com.threerings.nexus.util
Class Log

java.lang.Object
  extended by com.threerings.nexus.util.Log

public class Log
extends Object

Handles logging for the Nexus code.


Nested Class Summary
static class Log.JavaLogger
           
static class Log.Logger
          A level of indirection that allows us to plug in Java or GWT-based logging.
 
Field Summary
static Log.Logger log
          Dispatch log messages through this instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static Log.Logger log
Dispatch log messages through this instance.



Copyright © 2013. All Rights Reserved.