Packageorg.as3commons.logging.integration
Classpublic final class SwizIntegration
InheritanceSwizIntegration Inheritance org.swizframework.utils.logging.AbstractSwizLoggingTarget

Since : 2.5

SwizIntegration can be used as LoggingTarget for the Swizframework that sends all log requests to as3commons.
       import org.swizframework.utils.logging.SwizLogger;
       
       SwizLogger.addLoggingTarget( new SwizIntegration() );
     

Note: Unlike Mate, SpiceLib, Progression or Flex there is no way for us to implement a SwizTarget that would allow logging from as3commons to Swizframework.

See also

http://swizframework.org


Public Methods
 MethodDefined By
  
SwizIntegration
Protected Methods
 MethodDefined By
  
logEvent(event:SwizLogEvent):void
[override] Logs the event to as3commons
SwizIntegration
Constructor Detail
SwizIntegration()Constructor
public function SwizIntegration()

Method Detail
logEvent()method
override protected function logEvent(event:SwizLogEvent):void

Logs the event to as3commons

Parameters

event:SwizLogEvent — event to log