Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { // Close is safe to call multiple times Close() error Debug(format string, v ...interface{}) Info(format string, v ...interface{}) Warn(format string, v ...interface{}) Error(format string, v ...interface{}) // Fatal log a message and exit program Fatal(format string, v ...interface{}) }
Click to show internal directories.
Click to hide internal directories.