log

package
v0.2.5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger struct {
	log.Logger
}

Logger encapsulates the underlying logging library.

func New

func New(logLevel string, out io.Writer) *Logger

New returns a new contextual logger. Log lines will be written to out.

func (*Logger) With

func (l *Logger) With(keyvals ...interface{}) *Logger

With returns a new contextual logger with keyvals prepended to those passed to calls to Log. See https://pkg.go.dev/github.com/go-kit/kit/log#With

Jump to

Keyboard shortcuts

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