Packageorg.as3commons.logging.integration
Classpublic final class MaashaackIntegration
InheritanceMaashaackIntegration Inheritance 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

http://code.google.com/p/maashaack/
org.as3commons.logging.setup.target.MaashaackTarget


Public Methods
 MethodDefined By
  
MaashaackIntegration
  
logEntry(entry:LoggerEntry):void
[override]
MaashaackIntegration
Constructor Detail
MaashaackIntegration()Constructor
public function MaashaackIntegration()



Method Detail
logEntry()method
override public function logEntry(entry:LoggerEntry):void

Parameters

entry:LoggerEntry