Versions in this module Expand all Collapse all v1 v1.0.0 Jul 2, 2025 Changes in this version + type Context struct + Data []any + ExtendKeys map[string]any + Level int + Source string + Time time.Time + func NewContext(Time time.Time, Level int, Source string, Data []any) *Context + func (c *Context) Get(Key string) any + func (c *Context) Set(Key string, Value any) + type Encoder interface + Print func(c *Context) + Write func(FileHandle *os.File, c *Context) error + WriteFileExtension func() string