topical media & game development
student-ar-org-papervision3d-core-log-PaperTraceLogger.ax
student-ar-org-papervision3d-core-log-PaperTraceLogger.ax
[swf]
[flash]
flex
package org.papervision3d.core.log
{
public class @ax-student-ar-org-papervision3d-core-log-PaperTraceLogger extends AbstractPaperLogger implements IPaperLogger
{
public function @ax-student-ar-org-papervision3d-core-log-PaperTraceLogger()
{
super();
}
override public function log(msg:String, object:Object=null, arguments:Array=null):void
{
trace("LOG:",msg, arguments);
}
override public function info(msg:String, object:Object=null, arguments:Array=null):void
{
trace("INFO:",msg, arguments);
}
override public function debug(msg:String, object:Object=null, arguments:Array=null):void
{
trace("DEBUG:",msg, arguments);
}
override public function warning(msg:String, object:Object=null, arguments:Array=null):void
{
trace("WARNING:",msg, arguments);
}
override public function error(msg:String, object:Object=null, arguments:Array=null):void
{
trace("ERROR:",msg, arguments);
}
override public function fatal(msg:String, object:Object=null, arguments:Array=null):void
{
trace("FATAL:",msg, arguments);
}
}
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.