logging

package
v0.1.0-alpha.6 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger struct {
	*otelzap.Logger
	// contains filtered or unexported fields
}

func NewLogger

func NewLogger(opts ...Option) (*Logger, error)

func (*Logger) Audit

func (l *Logger) Audit(msg string, fields ...zap.Field)

func (*Logger) Ctx

func (l *Logger) Ctx(ctx context.Context) LoggerWithCtx

type LoggerOption

type LoggerOption struct {
	LogLevel string
	AuditLog bool
}

type LoggerWithCtx

type LoggerWithCtx struct {
	*otelzap.LoggerWithCtx
	// contains filtered or unexported fields
}

func (LoggerWithCtx) Audit

func (l LoggerWithCtx) Audit(msg string, fields ...zap.Field)

type Option

type Option func(o *LoggerOption)

func WithAuditLog

func WithAuditLog(auditLog bool) Option

func WithLogLevel

func WithLogLevel(logLevel string) Option

Jump to

Keyboard shortcuts

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