Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColorLogger ¶
Logger with ANSI color output
func NewColorLogger ¶
func NewColorLogger(colorAttr color.Attribute) ColorLogger
Create new color logger
func (*ColorLogger) Printf ¶
func (l *ColorLogger) Printf(format string, v ...interface{})
Print a formatted string
func (*ColorLogger) Println ¶
func (l *ColorLogger) Println(v ...interface{})
Print values with a newline
func (*ColorLogger) Printlnf ¶
func (l *ColorLogger) Printlnf(format string, v ...interface{})
Print a formatted string with a newline
Click to show internal directories.
Click to hide internal directories.