Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { logrus.FieldLogger Tracef(format string, args ...interface{}) Trace(args ...interface{}) Traceln(args ...interface{}) }
Logger defines the logger interface we need.
It is identical to logrus.Ext1FieldLogger but we are not using that because it's marked as "Do not use". Instead, we're defining our own in order to be sure that potential Logrus changes won't break us.
Click to show internal directories.
Click to hide internal directories.