Package com.glitchybyte.glib.log
package com.glitchybyte.glib.log
Logging facility.
To properly use this facility it must be setup with one of the following methods before any logging happens:
GLog.setupRootHandlerGLog.setupDefaultRootConsoleHandler<-if you aren't sure, this one is probably what you want.
-
ClassesClassDescriptionColor logger console handler.Color log formatter class.Logger class.Base log formatter class.Standard logger console handler.Standard log formatter class.Timer class for on-the-fly quick profiling.