Versions in this module Expand all Collapse all v2 v2.1.0 Aug 16, 2024 Changes in this version + const LogDebug + const LogError + const LogFatal + const LogInfo + const LogNoPrefix + const LogWarning + func DisableLoggingFile() + func GetFlags() int + func GetLoggingFile() (bool, string) + func GetPrefix() string + func GetStream() io.Writer + func Log(logType int, msg string) + func Logf(logType int, format string, a ...any) + func NewlineWithoutPrefix() + func SetFlags(newFlags int) + func SetLoggingFile(file string) + func SetPrefix(newPrefix string) + func SetStream(stream io.Writer)