Constructs a new GoggaLOgger
Alias for debug_
Logs using the default context an arbitrary amount of arguments specifically setting the context's level to DEBUG and will only print if debugging is enabled
Disables debug prints
Enables debug prints
Logs using the default context an arbitrary amount of arguments specifically setting the context's level to ERROR
Logs using the default context an arbitrary amount of arguments specifically setting the context's level to INFO
Our underlying logging implementation
Set the style of print outs
Logs using the default context an arbitrary amount of arguments specifically setting the context's level to WARN
The logging class which provides the logging print calls, controlling of style and whether to debug or not