Documentation
¶
Index ¶
- func Debug(str ...interface{})
- func Error(str ...interface{})
- func Fatal(str ...interface{})
- func Finish(str ...interface{})
- func GetLevel() string
- func Info(str ...interface{})
- func Init(c *Config)
- func SetLevel(level string)
- func Trace(str ...interface{})
- func Warn(str ...interface{})
- type Config
- type Log
- func (l *Log) Close()
- func (l *Log) Debug(str ...interface{})
- func (l *Log) Error(str ...interface{})
- func (l *Log) Fatal(str ...interface{})
- func (l *Log) Finish(str ...interface{})
- func (l *Log) GetLevel() string
- func (l *Log) Info(str ...interface{})
- func (l *Log) SetLevel(lvl string)
- func (l *Log) Trace(str ...interface{})
- func (l *Log) Warn(str ...interface{})
- type LoggerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoggerFunc ¶
type LoggerFunc func(str ...interface{})
Click to show internal directories.
Click to hide internal directories.