Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZapAdapter ¶
type ZapAdapter struct {
// contains filtered or unexported fields
}
func NewZapAdapter ¶
func NewZapAdapter(zapLogger *zap.Logger) *ZapAdapter
NewZapAdapter ... which uses general log interface
func (*ZapAdapter) Debug ¶
func (log *ZapAdapter) Debug(msg string, keyvals ...any)
func (*ZapAdapter) Error ¶
func (log *ZapAdapter) Error(msg string, keyvals ...any)
func (*ZapAdapter) Info ¶
func (log *ZapAdapter) Info(msg string, keyvals ...any)
func (*ZapAdapter) Warn ¶
func (log *ZapAdapter) Warn(msg string, keyvals ...any)
Click to show internal directories.
Click to hide internal directories.