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.setupRootHandler
  • GLog.setupDefaultRootConsoleHandler <- if you aren't sure, this one is probably what you want.