# Functions
Debugf writes a debug-level log with a format.
Errorf writes a error-level log with a format.
Infof writes a info-level log with a format.
Init configures the logger for the package to use.
SetLevel sets the level of the main logger.
SetOutputFormat sets the output format.
Successf prints a message with the success symbol first, and the text in green.
# Constants
TTYFormat represents a tty logger.
# Variables
ErrorLevel is the json level for error.
InfoLevel is the json level for information.
WarningLevel is the json level for warning.
# Interfaces
ClarkezoneWriter implements the interface of the writers.