topical media & game development
student-ar-org-papervision3d-core-log-IPaperLogger.ax
student-ar-org-papervision3d-core-log-IPaperLogger.ax
[swf]
[flash]
flex
package org.papervision3d.core.log
{
author: Ralph Hauwert
public interface @ax-student-ar-org-papervision3d-core-log-IPaperLogger
{
function log(msg:String, object:Object = null, arguments:Array = null):void;
function info(msg:String, object:Object = null, arguments:Array = null):void;
function debug(msg:String, object:Object = null, arguments:Array = null):void;
function warning(msg:String, object:Object = null, arguments:Array = null):void;
function error(msg:String, object:Object = null, arguments:Array = null):void;
function fatal(msg:String, object:Object = null, arguments:Array = null):void;
}
}
(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.