Versions in this module Expand all Collapse all v1 v1.0.1 Jul 2, 2025 v1.0.0 Jun 10, 2025 Changes in this version + type ErrorLog struct + Message string + StackFrames []ErrorLogStackFrame + type ErrorLogStackFrame struct + File string + Function string + FunctionName string + Line int + PackageName string + type JSONEncoder struct + Log *noa.LogConfig + func NewJSONEncoder(Log *noa.LogConfig) *JSONEncoder + func (e *JSONEncoder) FileExtension() string + func (je *JSONEncoder) Print(c *encoder.Context) + func (je *JSONEncoder) Write(FileHandle *os.File, c *encoder.Context) error + func (je *JSONEncoder) WriteFileExtension() string + type JSONLog struct + Data []any + Level int + Source string + Time int64 + TimeFormat string