Versions in this module Expand all Collapse all v1 v1.20.8 Aug 4, 2026 Changes in this version + type ColorLogger struct + Color color.Attribute + func NewColorLogger(colorAttr color.Attribute) ColorLogger + func (l *ColorLogger) Print(v ...any) + func (l *ColorLogger) Printf(format string, v ...any) + func (l *ColorLogger) Println(v ...any) + func (l *ColorLogger) Printlnf(format string, v ...any)