Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v2.0.38
type Config struct { Level string File string Stash StashConfig }
type StashConfig ¶ added in v2.0.38
type StringArray ¶ added in v2.0.37
type StringArray []string
func (StringArray) MarshalZerologArray ¶ added in v2.0.37
func (sa StringArray) MarshalZerologArray(arr *zerolog.Array)
type ZWrapper ¶ added in v2.0.25
type ZWrapper interface { Error(args ...any) Errorf(msg string, args ...any) Warning(args ...any) Warningf(msg string, args ...any) Info(args ...any) Infof(msg string, args ...any) Debug(args ...any) Debugf(msg string, args ...any) Fatal(args ...any) Fatalf(msg string, args ...any) Panic(args ...any) Panicf(msg string, args ...any) }
func NewZWrapper ¶ added in v2.0.25
Click to show internal directories.
Click to hide internal directories.