logging

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(settings Settings) (*zap.SugaredLogger, error)

Types

type Logger added in v1.2.1

type Logger interface {
	Debug(msg string, tags ...Tag)
	Info(msg string, tags ...Tag)
	Warn(msg string, tags ...Tag)
	Error(msg string, tags ...Tag)
	Fatal(msg string, tags ...Tag)
}

type Settings

type Settings struct {
}

type Tag added in v1.2.1

type Tag interface {
	Key() string
	Value() interface{}
}

Jump to

Keyboard shortcuts

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