Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { LogLevel() structs.Level Debug(msg interface{}, v ...toto.V) Error(err error, v ...toto.V) error Info(msg interface{}, v ...toto.V) Warn(msg interface{}, v ...toto.V) Fatal(msg interface{}, v ...toto.V) Panic(msg interface{}, v ...toto.V) Trace(msg interface{}, v ...toto.V) ErrorStr(err error, v ...toto.V) string }
Click to show internal directories.
Click to hide internal directories.