com.threerings
Class ClydeLog
java.lang.Object
com.threerings.ClydeLog
public class ClydeLog
- extends Object
A placeholder class that contains a reference to the log object used by this
library.
|
Field Summary |
static Logger |
log
We dispatch our log messages through this logger. |
| 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.
ClydeLog
public ClydeLog()