Versions in this module Expand all Collapse all v0 v0.3.0 May 28, 2025 Changes in this version + type Envelope interface + Component func() string + GetEmbeddedData func() (json.RawMessage, error) + Kind func() Type + Level func() LogLevel + Message func() string + TimeStampString func() string + type Level = int + type LogLevel interface + IsDebug func() bool + IsError func() bool + IsFatal func() bool + IsInfo func() bool + IsTrace func() bool + IsWarn func() bool + String func() string + type Type = int + const TypeDataIncluded + const TypeEmbeddedDataIncluded + const TypeError + const TypeExtraAttributes + const TypeMessage