# Functions
ColorsEnabled returns if colored output is enabled.
Debugf prints the supplied arguments to the standard writer, de-emphasized.
Debugln prints the supplied arguments to the standard writer, de-emphasized.
EnableColors enables or disables colored output.
Errorf prints the supplied arguments to the standard writer with some indication that an error has occurred.
Errorln prints the supplied arguments to the standard writer with some indication that an error has occurred.
ErrorString returns a colorized string representing an error condition.
Noticef prints the supplied arguments in a way that they will be noticed.
Noticeln prints the supplied arguments in a way that they will be noticed.
Printf prints the supplied arguments to the standard writer.
Println prints the supplied arguments to the standard writer.
Warnf prints the supplied arguments to the standard writer with some indication for a warning.
Warnln prints the supplied arguments to the standard writer with some indication for a warning.
# Variables
Output is the writer to which all prompts, errors and messages go.