wt.ixb.handlers.netmarkets
Class NMIXLogger
java.lang.Object
wt.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);
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 |
_rb
private static final String _rb
- See Also:
- Constant Field Values
NMIXLogger
public NMIXLogger()
writeLog
public static void writeLog(String msg)
- Ok so it ain't completely written yet...