# Functions
No description provided by the author
LogTagsFromContext returns the log tags being passed along with the given context.
No description provided by the author
New creates a new Standard logger for module.
NewContext returns a new Context that carries adds the given log tag mappings (context key -> display string).
No description provided by the author
No description provided by the author
NewWithCallDepth creates a new Standard logger for module, and when printing file names and line numbers, it goes extraCallDepth up the stack from where logger was invoked.
No description provided by the author
No description provided by the author
# Constants
CtxLogTags defines a context key that can hold a slice of context keys, the value of which should be logged by a Standard logger if one of those keys is seen in a context during a log call.
# Structs
No description provided by the author
No description provided by the author
TestLogger is a Logger that writes to a TestLogBackend.
# Interfaces
No description provided by the author
No description provided by the author
TestLogBackend is an interface for logging to a test object (i.e., a *testing.T).
# Type aliases
No description provided by the author
CtxStandardLoggerKey is a type defining context keys used by the Standard logger.