Documentation ¶
Index ¶
- type Logger
- type Zap
- func (z *Zap) Close() error
- func (z *Zap) Debug(format string, args ...any)
- func (z *Zap) Error(format string, args ...any)
- func (z *Zap) Fatal(format string, args ...any)
- func (z *Zap) Info(format string, args ...any)
- func (z *Zap) Panic(format string, args ...any)
- func (z *Zap) Warn(formar string, args ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Zap ¶
type Zap struct {
*zap.SugaredLogger
}
Click to show internal directories.
Click to hide internal directories.