Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Info(cat Category, caller string, message string) Debug(cat Category, caller string, message string) Error(cat Category, caller string, message string) Fatal(cat Category, caller string, message string) }
Logger is a custom logger interface. this interface help us to easily switch between different loggers.
Click to show internal directories.
Click to hide internal directories.