wt.ixb.handlers.netmarkets
Class NMIXLogger

java.lang.Object
  extended bywt.ixb.handlers.netmarkets.NMIXLogger

public class NMIXLogger
extends Object

Basic logging functionality for NM specific objects. This logger encapsulates all the verbose, and logging settings into one class so there is no need to do alot of checks in the body of the methods. Developer simply needs to go NMIXLogger.writeLog(String msg). or NMIXLogger.writeLog(nmixResource.RESOURCE_KEY);


Field Summary
private static String _rb
           
 
Constructor Summary
NMIXLogger()
           
 
Method Summary
static void writeLog(String msg)
          Ok so it ain't completely written yet...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rb

private static final String _rb
See Also:
Constant Field Values
Constructor Detail

NMIXLogger

public NMIXLogger()
Method Detail

writeLog

public static void writeLog(String msg)
Ok so it ain't completely written yet...