startup_logrus

package
v2.3.26 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContextLoggerWithFields added in v2.2.78

func ContextLoggerWithFields(ctx context.Context, fields ...string) context.Context

func GetLogger

func GetLogger(ctx context.Context, object interface{}) *logrus.Entry

GetLogger returns the current logger with the given prefix or type name from the context.

func GetLoggerWithFields added in v2.2.78

func GetLoggerWithFields(ctx context.Context, fields ...string) *logrus.Entry

func WithLogger

func WithLogger(ctx context.Context, logger *logrus.Entry) context.Context

WithLogger stores the entry into the context so it can be retrieved with GetLogger later.

func WithTraceId added in v2.3.0

func WithTraceId(ctx context.Context, record slog.Record) (slog.Record, bool, error)

func Wrap added in v2.3.0

func Wrap(handler slog.Handler, middleware Middleware) slog.Handler

Types

type Middleware added in v2.3.0

type Middleware func(context.Context, slog.Record) (slog.Record, bool, error)

Jump to

Keyboard shortcuts

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