Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Infof(msg string, fields ...any) Info(msg string) Infow(msg string, fields ...string) Debug(msg string) Debugw(msg string, fields ...string) Debugf(msg string, fields ...any) Error(msg string) Errorf(msg string, fields ...any) Errorw(msg string, fields ...string) With(fields ...string) Logger }
var (
Null Logger = &null{}
)
Click to show internal directories.
Click to hide internal directories.