Documentation
¶
Overview ¶
Package logger standardizes the logging functions available to your team.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILog ¶
type ILog interface { Fatalf(format string, v ...interface{}) Printf(format string, v ...interface{}) }
ILog provides logging capabilities.
Click to show internal directories.
Click to hide internal directories.