mvl

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2024 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetDebug

func SetDebug()

func SetError

func SetError()

func SetOutput added in v0.6.0

func SetOutput(out io.Writer)

func SetSimpleFormat

func SetSimpleFormat(trunc bool)

func WithInfo added in v0.8.4

func WithInfo(ctx context.Context, logger InfoLogger) context.Context

Types

type InfoLogger added in v0.8.4

type InfoLogger interface {
	Infof(msg string, args ...any)
}

type Logger

type Logger struct {
	// contains filtered or unexported fields
}

func New

func New(name string) Logger

func NewWithFields added in v0.7.1

func NewWithFields(fields logrus.Fields) Logger

func NewWithID added in v0.7.1

func NewWithID(id string) Logger

func Package

func Package() Logger

func (*Logger) Debugf

func (l *Logger) Debugf(msg string, args ...any)

func (*Logger) Errorf

func (l *Logger) Errorf(msg string, args ...any)

func (*Logger) Fatalf

func (l *Logger) Fatalf(msg string, args ...any)

func (*Logger) Fields

func (l *Logger) Fields(kv ...any) *Logger

func (*Logger) FieldsMap

func (l *Logger) FieldsMap(kv map[string]any) *Logger

func (*Logger) Infof

func (l *Logger) Infof(msg string, args ...any)

func (*Logger) InfofCtx added in v0.8.4

func (l *Logger) InfofCtx(ctx context.Context, msg string, args ...any)

func (*Logger) IsDebug added in v0.2.0

func (l *Logger) IsDebug() bool

func (*Logger) Tracef

func (l *Logger) Tracef(msg string, args ...any)

func (*Logger) Warnf added in v0.5.0

func (l *Logger) Warnf(msg string, args ...any)

Jump to

Keyboard shortcuts

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