Packagecom.threerings.util
Interfacepublic interface LogTarget
ImplementorsJavascriptLogTarget

A very simple Logging interface used by Log.



Public Methods
 MethodDefined by
  
log(msg:String):void
Log the specified message, which is already fully formatted.
LogTarget
Method detail
log()method
public function log(msg:String):void

Log the specified message, which is already fully formatted.

Parameters
msg:String