Documentation
¶
Overview ¶
Package logger - package for logging.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
Debug starts a new message with debug level. You must call Msg on the returned event in order to send the event.
func Error ¶
Error starts a new message with error level. You must call Msg on the returned event in order to send the event.
func Fatal ¶
Fatal - starts a new message with fatal level. The os.Exit(1) function is called by the Msg method, which terminates the program immediately You must call Msg on the returned event in order to send the event.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.