log

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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 Config

type Config struct {
	Format string `json:"format" yaml:"format" `
	Level  string `json:"level" yaml:"level"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL