Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Info(args ...interface{}) Infof(msg string, args ...interface{}) Infow(msg string, keysAndValues ...interface{}) Debug(args ...interface{}) Debugf(msg string, args ...interface{}) Debugw(msg string, keysAndValues ...interface{}) Error(args ...interface{}) Errorf(msg string, args ...interface{}) Errorw(msg string, keysAndValues ...interface{}) Fatal(args ...interface{}) }
Logger interface exposes the necessary logger functions
func WithFields ¶
WithFields adds fields to the provided logger instance
Click to show internal directories.
Click to hide internal directories.