com.threerings.micasa
Class Log

java.lang.Object
  extended by com.threerings.micasa.Log

public class Log
extends Object

Contains a reference to the log object used by the MiCasa package.


Field Summary
static Logger log
          The static log instance configured for use by this package.
 
Constructor Summary
Log()
           
 
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
The static log instance configured for use by this package.

Constructor Detail

Log

public Log()