Versions in this module Expand all Collapse all v1 v1.4.0 Nov 9, 2024 v1.3.0 Nov 10, 2024 Changes in this version + func IsSmartTerminal(w io.Writer) bool + func IsTerminal(w io.Writer) bool + type Logger struct + func NewLogger(writer io.Writer, verbosity log.Level) *Logger + func (l *Logger) ColorEnabled() bool + func (l *Logger) Error(message string) + func (l *Logger) Errorf(format string, args ...interface{}) + func (l *Logger) SetVerbosity(verbosity log.Level) + func (l *Logger) SetWriter(w io.Writer) + func (l *Logger) V(level log.Level) log.InfoLogger + func (l *Logger) Warn(message string) + func (l *Logger) Warnf(format string, args ...interface{})