Documentation
¶
Index ¶
- Constants
- type Backend
- type Logger
- func (self Logger) Critical(message string)
- func (self Logger) Criticalf(format string, values ...interface{})
- func (self Logger) Debug(message string)
- func (self Logger) Debugf(format string, values ...interface{})
- func (self Logger) Error(message string)
- func (self Logger) Errorf(format string, values ...interface{})
- func (self Logger) Info(message string)
- func (self Logger) Infof(format string, values ...interface{})
- func (self Logger) Notice(message string)
- func (self Logger) Noticef(format string, values ...interface{})
- func (self Logger) SetMaxLevel(level logging.Level)
- func (self Logger) Warning(message string)
- func (self Logger) Warningf(format string, values ...interface{})
Constants ¶
View Source
const LOG_FILE_WRITE_PERMISSIONS = 0600
View Source
const TIME_FORMAT = "2006/01/02 15:04:05.000"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
func NewBackend() Backend
type Logger ¶
func (Logger) SetMaxLevel ¶ added in v0.1.21
Click to show internal directories.
Click to hide internal directories.