Documentation ¶
Index ¶
- type Fields
- type Logger
- func (this *Logger) Debug(args ...any)
- func (this *Logger) Debugf(template string, args ...any)
- func (this *Logger) Error(args ...any)
- func (this *Logger) Errorf(template string, args ...any)
- func (this *Logger) Fatal(args ...any)
- func (this *Logger) Fatalf(template string, args ...any)
- func (this *Logger) GetDriver() interfaces.Driver
- func (this *Logger) Info(args ...any)
- func (this *Logger) Infof(template string, args ...any)
- func (this *Logger) Panic(args ...any)
- func (this *Logger) Panicf(template string, args ...any)
- func (this *Logger) Trace(args ...any)
- func (this *Logger) Tracef(template string, args ...any)
- func (this *Logger) Warn(args ...any)
- func (this *Logger) Warnf(template string, args ...any)
- func (this *Logger) Warning(args ...any)
- func (this *Logger) Warningf(template string, args ...any)
- func (this *Logger) WithDriver(driver interfaces.Driver) *Logger
- func (this *Logger) WithField(key string, value any) any
- func (this *Logger) WithFields(fields map[string]any) any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { // 日志驱动 Driver interfaces.Driver }
*
- 日志 *
- import "github.com/deatil/lakego-doak/lakego/logger" *
- @create 2021-11-3
- @author deatil
Click to show internal directories.
Click to hide internal directories.