Versions in this module Expand all Collapse all v0 v0.1.12 Apr 10, 2026 Changes in this version + type Level int + const LevelError + const LevelInfo + const LevelSuccess + const LevelWarn + type Logger struct + Err io.Writer + ForceColor bool + Out io.Writer + func New(out, err io.Writer) *Logger + func (l *Logger) Error(msg string) + func (l *Logger) Errorf(format string, args ...any) + func (l *Logger) Info(msg string) + func (l *Logger) Infof(format string, args ...any) + func (l *Logger) Success(msg string) + func (l *Logger) Successf(format string, args ...any) + func (l *Logger) Warn(msg string) + func (l *Logger) Warnf(format string, args ...any)