Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { // Debug logs a message with Debug level. Debug(v ...interface{}) // Info logs a message with Info level. Info(v ...interface{}) }
Logger is a logger with simple interface. It supports two log levels: Debug and Release. On Release mode messages will be printed only with Info level.
Click to show internal directories.
Click to hide internal directories.