sirupsen / logrus

Structured, pluggable logging for Go.
MIT License
24.8k stars 2.27k forks source link

Logger callers skipper definition #1350

Closed dvdalilue closed 2 years ago

dvdalilue commented 2 years ago

I needed to define a mechanism to skip frames. The purpose of the PR is the creation of an interface that defines the behaviour of different kinds of skippers.

Relates to: https://github.com/sirupsen/logrus/pull/973 Relates to: https://github.com/sirupsen/logrus/pull/989