Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Logger is a custom logger with debug levels.
func (*Logger) Debug ¶
func (l *Logger) Debug(v ...interface{})
Debug logs a debug message if the debug level is set to 1 or higher.
func (*Logger) Error ¶ added in v1.0.4
func (l *Logger) Error(v ...interface{})
Error logs an error message.
Click to show internal directories.
Click to hide internal directories.