com.threerings
Class NenyaLog

java.lang.Object
  extended by com.threerings.NenyaLog

public class NenyaLog
extends Object

Contains a reference to the log object used by this library.


Field Summary
static Logger log
          We dispatch our log messages through this logger.
 
Constructor Summary
NenyaLog()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static Logger log
We dispatch our log messages through this logger.

Constructor Detail

NenyaLog

public NenyaLog()