Documentation
¶
Index ¶
- func WriteLog(logger *logrus.Logger, log LogRecord)
- type LogFormatter
- type LogRecord
- func (r LogRecord) Debug(args ...interface{}) LogRecord
- func (r LogRecord) Debugf(format string, args ...interface{}) LogRecord
- func (r LogRecord) Error(args ...interface{}) LogRecord
- func (r LogRecord) Errorf(format string, args ...interface{}) LogRecord
- func (r LogRecord) Info(args ...interface{}) LogRecord
- func (r LogRecord) Infof(format string, args ...interface{}) LogRecord
- func (r LogRecord) Warn(args ...interface{}) LogRecord
- func (r LogRecord) Warnf(format string, args ...interface{}) LogRecord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogFormatter ¶
type LogFormatter struct{}
Click to show internal directories.
Click to hide internal directories.