com.threerings.parlor
Class Log
java.lang.Object
com.threerings.parlor.Log
public class Log
- extends Object
Contains a reference to the log object used by the Parlor services.
|
Field Summary |
static Logger |
log
We dispatch our log messages through this logger. |
|
Constructor Summary |
Log()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static Logger log
- We dispatch our log messages through this logger.
Log
public Log()