Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 Changes in this version + var Log = logger + func Flush() + func GetBaseLogDir() string + func GetLogDir() string + func GetLogPath() string + func GetRunID() string + func Initialize(cfg LogConfig, runID string) error + func SaveRunConfig(configContent []byte) error + func Shutdown() + type LogConfig struct + Dir string + Level string + MaxAgeDays int + MaxBackups int + MaxSizeMB int + ToStdout bool + func DefaultConfig() LogConfig + type LogLevel int + const LevelDebug + const LevelError + const LevelInfo + const LevelWarn v0.1.0-alpha.1 Jan 15, 2026