Versions in this module Expand all Collapse all v0 v0.2.0 Aug 7, 2026 Changes in this version + type Logger struct + Debug *log.Logger + Error *log.Logger + Info *log.Logger + NoLevel *log.Logger + Success *log.Logger + Warn *log.Logger + func New(env *xos.Env, w io.Writer) *Logger + func NewTB(env *xos.Env, tb testing.TB) *Logger + func (l *Logger) GetDebug() bool + func (l *Logger) GetTS() bool + func (l *Logger) GetTSFormat() string + func (l *Logger) SetDebug(enabled bool) + func (l *Logger) SetTS(enabled bool) + func (l *Logger) SetTSFormat(tsfmt string) + func (l *Logger) WithCCPrefix(s string) *Logger + func (l *Logger) WithPrefix(caps, s string) *Logger