Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Level ¶
type Level int8
Level type represents the severity level for an entry log
Initialize constants to represent various severity levels
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger type 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.