Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEBUG level = iota + 1 INFO NOTICE WARN ERROR FATAL )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(args ...interface{}) Debugf(format string, args ...interface{}) Log(args ...interface{}) Logf(format string, args ...interface{}) Info(args ...interface{}) Infof(format string, args ...interface{}) Error(args ...interface{}) Errorf(format string, args ...interface{}) }
func NewSilentLogger ¶
func NewSilentLogger() Logger
TODO - Do we need this? Only used for CMD log silencing.
Click to show internal directories.
Click to hide internal directories.