com.threerings
Class NaryaLog

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

public class NaryaLog
extends Object

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


Field Summary
static Logger log
          We dispatch our log messages through this logger.
 
Constructor Summary
NaryaLog()
           
 
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

NaryaLog

public NaryaLog()