| Package | org.as3commons.logging.integration |
| Class | public final class SwizIntegration |
| Inheritance | SwizIntegration 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
| Method | Defined By | ||
|---|---|---|---|
| SwizIntegration | |||
| Method | Defined By | ||
|---|---|---|---|
logEvent(event:SwizLogEvent):void [override]
Logs the event to as3commons
| SwizIntegration | ||