Documentation
¶
Index ¶
- type LogConfig
- type Logger
- func (cl *Logger) Debug(format string, args ...any)
- func (cl *Logger) Error(format string, err error, args ...any)
- func (cl *Logger) Info(format string, args ...any)
- func (l *Logger) LogRequest(data log.LogData)
- func (cl *Logger) Named(name string) log.Writer
- func (cl *Logger) New(name string, fields ...log.Field) log.Writer
- func (cl *Logger) Sync()
- func (cl *Logger) Warn(format string, args ...any)
- func (cl *Logger) With(fields ...log.Field) log.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
func (*Logger) LogRequest ¶
Click to show internal directories.
Click to hide internal directories.