sloghelper

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 9 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrorKey = "error"

Functions

func Apply added in v0.3.4

func Apply(opt HandlerOption)

func Error

func Error(err error) slog.Attr

func ErrorValue

func ErrorValue(err error) slog.Value

func FromContext

func FromContext(ctx context.Context) *slog.Logger

func NewContext added in v0.3.2

func NewContext(ctx context.Context, logger *slog.Logger) context.Context

func NewHandler

func NewHandler(hdl slog.Handler, opts ...HandlerOption) slog.Handler

func NewLog added in v0.3.4

func NewLog(opt Options) *slog.Logger

Types

type HandleFunc added in v0.3.3

type HandleFunc func(context.Context, *slog.Record)

type Handler added in v0.3.3

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

func (*Handler) Apply added in v0.3.3

func (ch *Handler) Apply(opt HandlerOption)

func (*Handler) Enabled added in v0.3.3

func (ch *Handler) Enabled(ctx context.Context, level slog.Level) bool

func (*Handler) Handle added in v0.3.3

func (ch *Handler) Handle(ctx context.Context, r slog.Record) error

func (*Handler) WithAttrs added in v0.3.3

func (ch *Handler) WithAttrs(attrs []slog.Attr) slog.Handler

func (*Handler) WithGroup added in v0.3.3

func (ch *Handler) WithGroup(name string) slog.Handler

type HandlerOption

type HandlerOption func(*Handler)

func WithDisableStackTrace

func WithDisableStackTrace(disabled bool) HandlerOption

func WithHandleFunc added in v0.3.3

func WithHandleFunc(fn HandleFunc) HandlerOption

func WithStackKey

func WithStackKey(key string) HandlerOption

type Options added in v0.3.4

type Options struct {
	Level      string `json:"level" toml:"level" yaml:"level"`
	Output     string `json:"output" toml:"output" yaml:"output"`
	MaxSize    int    `json:"max_size" toml:"max_size" yaml:"max_size"`
	MaxAge     int    `json:"max_age" toml:"max_age" yaml:"max_age"`
	MaxBackups int    `json:"max_backups" toml:"max_backups" yaml:"max_backups"`
	LocalTime  bool   `json:"local_time" toml:"local_time" yaml:"local_time"`
	Compress   bool   `json:"compress" toml:"compress" yaml:"compress"`
}

Jump to

Keyboard shortcuts

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