| Function | Defined By | ||
|---|---|---|---|
ASAPIntegration(event:LogEvent):void
ASAPLibrary is a integration Hook for the ASAP Library that
can be used to redirect ASAP log statements to as3commons logging. | org.as3commons.logging.integration | ||
Progression4Integration(... messages):void
Added as Progression 4 target this function will send Progression
log events to the as3commons system. | org.as3commons.logging.integration | ||
| ASAPIntegration | () | function |
public function ASAPIntegration(event:LogEvent):void| Since : | 2.5 |
ASAPLibrary is a integration Hook for the ASAP Library that
can be used to redirect ASAP log statements to as3commons logging.
import org.asaplibrary.util.debug.Log;
Log.addLogListener( ASAPIntegration );
Parameters
event:LogEvent |
See also
| Progression4Integration | () | function |
public function Progression4Integration(... messages):void| Since : | 2.5 |
Added as Progression 4 target this function will send Progression log events to the as3commons system.
import jp.nium.core.debug.Logger;
Logger.enabled = true;
Logger.loggingFunction = Progression4Integration;
Parameters
... messages |