Versions in this module Expand all Collapse all v0 v0.2.2 Oct 22, 2024 Changes in this version + const FlagAll + const FlagDate + const FlagFunc + const FlagLongFile + const FlagPrefix + const FlagShortFile + const FlagStd + const FlagSuffix + const FlagTime + const MaskAll + const MaskDEBUG + const MaskERROR + const MaskFATAL + const MaskINFO + const MaskStd + const MaskTRACE + const MaskUNKNOWN + const MaskWARNING + func Close() + func CloseFile() + func CloseStderr() + func CloseStdout() + func Debug(format string, values ...any) + func Error(format string, values ...any) + func Fatal(format string, values ...any) + func GetFlag() uint32 + func GetMask() uint32 + func Info(format string, values ...any) + func SetFlag(f uint32) + func SetLogFile(path string) error + func SetMask(m uint32) + func SetSeparatorEnd(sep string) + func SetSeparatorEndEnd(end string) + func SetSeparatorStart(sep string) + func Trace(format string, values ...any) + func Unknown(format string, values ...any) + func Warning(format string, values ...any) + type Paper struct + func NewPaperFromFile(file *os.File) *Paper + func (f *Paper) Close() error + func (f *Paper) Ready() bool + func (f *Paper) SetFile(file *os.File) + func (f *Paper) WriteString(s string)