# Functions
Debug outputs a debug logging message to os.Stderr.
Debugf is the equivalent of Printf outputting as a debug logging message.
Error outputs an error logging message to os.Stderr.
Errorf is the equivalent of Printf outputting as an error logging message.
Info outputs an info logging message to os.Stderr.
Infof is the equivalent of Printf outputting as an info logging message.
LevelFromName returns the Level that matches the provided name or nil if the name does not match a valid value.
Progress logs the current progress value.
Trace outputs a trace logging message to os.Stderr.
Tracef is the equivalent of Printf outputting as a trace logging message.
Warn outputs a warning logging message to os.Stderr.
Warnf is the equivalent of Printf outputting as a warning logging message.
# Variables
Valid Level values.
Valid Level values.
Valid Level values.
Valid Level values.
Valid Level values.
Valid Level values.
Valid Level values.