Documentation
¶
Overview ¶
Package common provides common utility functions and constants for logging.
Index ¶
Constants ¶
View Source
const ( // FileNameTag is the logger tag used to indicate the associated file name. FileNameTag = "file" // URLTag is the logger tag used to indicate the associated URL. URLTag = "url" // ErrorTag is the logger tag used to indicate the associated error message. ErrorTag = "error" )
Logger tags that are commonly used in logging messages.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.