Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FatalLogger ¶
type FatalLogger interface {
// Fatalf always calls log.Fatalf to log and exit.
Fatalf(format string, v ...interface{})
}
type Logger ¶
type Logger interface {
VerboseLogger
FatalLogger
}
type VerboseLogger ¶
Click to show internal directories.
Click to hide internal directories.