| Package | org.as3commons.logging.integration |
| Class | public final class MaashaackIntegration |
| Inheritance | MaashaackIntegration system.logging.LoggerTarget |
| Since : | 2.7 |
MaashaackIntegration offers a way to send log messages deployed
via Maashacks system to the as3commons system.
import system.logging.Log;
import org.as3commons.logging.integration.MaashaackIntegration;
Log.addTarget( new MaashaackIntegration() );
Log.getLogger( "myclass" ).info( "hi" );// Sends "hi" to as3commons logging
See also
| Method | Defined By | ||
|---|---|---|---|
| MaashaackIntegration | |||
logEntry(entry:LoggerEntry):void [override]
| MaashaackIntegration | ||