Documentation
¶
Overview ¶
Package log provides common functions for logging.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNamespaceDebugEnabled ¶
IsNamespaceDebugEnabled returns whether debug level is enabled for the specified namespace.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger provides a mechanism by which log messages can be output.
func (Logger) IsDebugEnabled ¶
IsDebugEnabled returns whether this Logger will print debug messages.
Click to show internal directories.
Click to hide internal directories.