Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Noop = noopLogger{}
Functions ¶
Types ¶
type Interface ¶
type Interface interface { Debug(msg string) Info(msg string) Warn(msg string) Error(msg string) Fatal(msg string) Debugf(msg string, v ...interface{}) Infof(msg string, v ...interface{}) Warnf(msg string, v ...interface{}) Errorf(msg string, v ...interface{}) Fatalf(msg string, v ...interface{}) WithField(string, interface{}) Interface WithFields(Fields) Interface WithError(error) Interface }
Interface for logging in TTN
Click to show internal directories.
Click to hide internal directories.