| Package | org.as3commons.logging.integration |
| Class | public final class OSMFIntegration |
| Inheritance | OSMFIntegration 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
| Method | Defined By | ||
|---|---|---|---|
Creates a new integration
| OSMFIntegration | ||
getLogger(name:String):Logger [override]
| OSMFIntegration | ||