Documentation
¶
Index ¶
Constants ¶
View Source
const ( LevelInfo level = iota LevelError LevelFatal LevelOff )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger holds the output destination that the log entries will be written to, the minimum severity level that log entries will be written for, plus a mutex for coordinating the writes.
Click to show internal directories.
Click to hide internal directories.