com.superhac.JXBStreamer.Core
Class Debug

java.lang.Object
  extended by com.superhac.JXBStreamer.Core.Debug

public class Debug
extends java.lang.Object

This is a static class. Used get a global logger for all debug messages.

More information can be found at Superhac.com


Field Summary
static boolean debug
          Sets the global debug logging to be enabled....
 
Constructor Summary
Debug()
           
 
Method Summary
static java.util.logging.Logger getLogger()
          Get the logger for the entire package.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Sets the global debug logging to be enabled....

Constructor Detail

Debug

public Debug()
Method Detail

getLogger

public static java.util.logging.Logger getLogger()
Get the logger for the entire package.

Returns:
The logger