Documentation
¶
Index ¶
Constants ¶
View Source
const ComponentLogPrefix = "component"
ComponentLogPrefix is used by the logger to prefix log messages with the component name.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
Debug logs a message using the applications logger. The log level of the logged message is debug. The function will append a component name to the message that can be used to distinguish log messages between modules.
func Err ¶
Err logs a message using the applications logger. The log level of the logged message is error. The function will append a component name to the message that can be used to distinguish log messages between modules.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.