Documentation ¶
Index ¶
Constants ¶
View Source
const ( UIDKey = wlogContextKeyType("wlog.uid") SIDKey = wlogContextKeyType("wlog.sid") TokenIDKey = wlogContextKeyType("wlog.tokenID") )
Variables ¶
This section is empty.
Functions ¶
func ContextWithID ¶
func IDFromContext ¶
func WarnLoggerOutput ¶
WarnLoggerOutput returns the logger output for a default warning logger for a given logger type. The output includes the location at which the call was made, with the "skip" parameter determining how far back in the call stack to go for the location (for example, skip=0 specifies the line in this function, skip=1 specifies the line that called this function, etc.).
This function is defined in an internal package because each logger type needs to define its own warning logger type but the format/content of the output should be consistent across them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.