Versions in this module Expand all Collapse all v0 v0.2.0 Jan 7, 2026 v0.1.0 Dec 31, 2025 Changes in this version + const MaxLogLines + var Enabled bool + var LogBuffer = newRingBuffer(1000) + var LogFilePath string + var Logger *log.Logger + func ClearLogs() + func Disable() + func Enable() + func GetLogs() []string + func HasLogFile() bool + func PrettyJSON(data []byte) string + func ReadLogFile() (string, error) + func SetLogFile(path string) error