Documentation
¶
Index ¶
- Constants
- type LogWriter
- type Logger
- func (logger *Logger) Debug(s string)
- func (logger *Logger) Debugf(format string, values ...interface{})
- func (logger *Logger) Panicf(format string, values ...interface{})
- func (logger *Logger) Print(s string)
- func (logger *Logger) Printf(format string, values ...interface{})
- func (logger *Logger) Writer() LogWriter
- type StdWriter
Constants ¶
View Source
const ( StdColorDebug = 33 StdColorInfo = 32 StdColorEmerg = 31 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Click to show internal directories.
Click to hide internal directories.