Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Error(msgs ...interface{}) Warn(msgs ...interface{}) Info(msgs ...interface{}) Debug(msgs ...interface{}) Trace(msgs ...interface{}) Tracef(s string, msgs ...interface{}) WithError(err error) Logger WithField(key string, value interface{}) Logger }
Logger abstruct interface for internal logging
func NewLoggerFromEntry ¶
NewLoggerFromEntry construct Logger from logrus.Entry
Click to show internal directories.
Click to hide internal directories.