Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ZWrapper ¶ added in v2.0.25
type ZWrapper interface { Error(msg string) Errorf(msg string, args ...any) Warning(msg string) Warningf(msg string, args ...any) Info(msg string) Infof(msg string, args ...any) Debug(msg string) Debugf(msg string, args ...any) Trace(msg string) Tracef(msg string, args ...any) Fatal(msg string) Fatalf(msg string, args ...any) Panic(msg string) Panicf(msg string, args ...any) }
func NewZWrapper ¶ added in v2.0.25
Click to show internal directories.
Click to hide internal directories.