Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerCLI ¶
type LoggerCLI interface {
Trace(format string, args ...interface{}) LoggerCLI
Debug(format string, args ...interface{}) LoggerCLI
Info(format string, args ...interface{}) LoggerCLI
Warn(format string, args ...interface{}) LoggerCLI
Error(format string, args ...interface{}) LoggerCLI
Fatal(format string, args ...interface{})
ErrorFrom(e error) LoggerCLI
FatalFrom(e error)
}
Click to show internal directories.
Click to hide internal directories.