Documentation ¶
Index ¶
- Constants
- type Config
- type LogrusLogger
- func (l LogrusLogger) Debug(msg string, keyvals ...interface{})
- func (l LogrusLogger) Error(msg string, keyvals ...interface{})
- func (l LogrusLogger) Info(msg string, keyvals ...interface{})
- func (l *LogrusLogger) SetOutput(output io.Writer)
- func (l LogrusLogger) With(keyvals ...interface{}) log.Logger
Constants ¶
View Source
const ( DebugLevel = "debug" InfoLevel = "info" WarnLevel = "warn" ErrorLevel = "error" FormatText = "text" FormatJSON = "json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogrusLogger ¶
type LogrusLogger struct {
// contains filtered or unexported fields
}
func NewDefaultLogger ¶
func NewDefaultLogger() LogrusLogger
func NewLogger ¶
func NewLogger(cfg Config) LogrusLogger
func (LogrusLogger) Debug ¶
func (l LogrusLogger) Debug(msg string, keyvals ...interface{})
func (LogrusLogger) Error ¶
func (l LogrusLogger) Error(msg string, keyvals ...interface{})
func (LogrusLogger) Info ¶
func (l LogrusLogger) Info(msg string, keyvals ...interface{})
func (*LogrusLogger) SetOutput ¶
func (l *LogrusLogger) SetOutput(output io.Writer)
func (LogrusLogger) With ¶
func (l LogrusLogger) With(keyvals ...interface{}) log.Logger
Click to show internal directories.
Click to hide internal directories.