com.threerings.getdown
Class Log

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

public class Log
extends Object

A placeholder class that contains a reference to the log object used by the Getdown code.


Field Summary
static com.samskivert.util.Logger log
          We dispatch our log messages through this logger.
 
Constructor Summary
Log()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static com.samskivert.util.Logger log
We dispatch our log messages through this logger.

Constructor Detail

Log

public Log()


Copyright © 2013. All Rights Reserved.