log

package
v1.9.19 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrorParamEmpty liberr.CodeError = iota + libcfg.MinErrorComponentLog
	ErrorParamInvalid
	ErrorConfigInvalid
	ErrorComponentNotInitialized
	ErrorStartLog
	ErrorReloadLog
)
View Source
const (
	DefaultLevel  = liblog.InfoLevel
	ComponentType = "log"
)

Variables

This section is empty.

Functions

func DefaultConfig added in v1.8.10

func DefaultConfig(indent string) []byte

func Register

func Register(cfg libcfg.Config, key string, cpt ComponentLog)

func RegisterNew

func RegisterNew(cfg libcfg.Config, key string, lvl liblog.Level, defLogger func() liblog.Logger)

func SetDefaultConfig

func SetDefaultConfig(cfg []byte)

Types

type ComponentLog

type ComponentLog interface {
	libcfg.Component

	Log() liblog.Logger

	SetLevel(lvl liblog.Level)
	SetField(fields liblog.Fields)
	SetOptions(opt *liblog.Options) liberr.Error
}

func Load

func Load(getCpt libcfg.FuncComponentGet, key string) ComponentLog

func New

func New(lvl liblog.Level, defLogger func() liblog.Logger) ComponentLog

Jump to

Keyboard shortcuts

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