Documentation ¶ Index ¶ type Log func New() Log func (l *Log) Debug(msg string, args ...any) func (l *Log) DebugContext(ctx context.Context, msg string, args ...any) func (l *Log) Error(msg string, args ...any) func (l *Log) Info(msg string, args ...any) func (l *Log) WithError(err error, msg string, args ...any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Log ¶ type Log struct { // contains filtered or unexported fields } func New ¶ func New() Log func (*Log) Debug ¶ added in v1.4.1 func (l *Log) Debug(msg string, args ...any) func (*Log) DebugContext ¶ added in v1.4.1 func (l *Log) DebugContext(ctx context.Context, msg string, args ...any) func (*Log) Error ¶ func (l *Log) Error(msg string, args ...any) func (*Log) Info ¶ func (l *Log) Info(msg string, args ...any) func (*Log) WithError ¶ func (l *Log) WithError(err error, msg string, args ...any) Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.