logger

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: May 19, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package logger implements utility routines to initialize the logging facility used by FSM components.

Index

Constants

This section is empty.

Variables

View Source
var AllowedLevels = []string{"debug", "info", "warn", "error", "fatal", "panic", "disabled", "trace"}

AllowedLevels is the list of allowed log levels for FSM Controller.

Functions

func New

func New(component string) zerolog.Logger

New creates a new zerolog.Logger

func NewPretty

func NewPretty(component string) zerolog.Logger

NewPretty creates a new zerolog.Logger, which emits human-readable log messages

func SetLogLevel

func SetLogLevel(verbosity string) error

SetLogLevel sets the global logging level

Types

type CallerHook

type CallerHook struct{}

CallerHook implements zerolog.Hook interface.

func (CallerHook) Run

func (h CallerHook) Run(e *zerolog.Event, _ zerolog.Level, _ string)

Run adds additional context

Jump to

Keyboard shortcuts

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