Packageorg.as3commons.logging.integration
Classpublic final class OSMFIntegration
InheritanceOSMFIntegration Inheritance org.osmf.logging.LoggerFactory

Since : 2.5.2

OSMFIntegration can be used send statements sent to the OSMF logging system to redirect them to the as3commons logging system.
        import org.as3commons.logging.integration.OSMFIntegration;
        import org.osmf.logging.Log;
        
        Log.loggerFactory = new OSMFIntegration();
        // and all the statements go to as3commons
     

See also

org.as3commons.logging.setup.target.OSMFTarget
http://sourceforge.net/apps/mediawiki/osmf.adobe/index.php?title=Logging
http://osmf.org/dev/osmf/specpdfs/LoggingFrameworkSpecification.pdf


Public Methods
 MethodDefined By
  
Creates a new integration
OSMFIntegration
  
getLogger(name:String):Logger
[override]
OSMFIntegration
Constructor Detail
OSMFIntegration()Constructor
public function OSMFIntegration()

Creates a new integration

Method Detail
getLogger()method
override public function getLogger(name:String):Logger

Parameters

name:String

Returns
Logger