| Package | org.as3commons.logging.integration |
| Class | public final class SpiceLibIntegration |
| Inheritance | SpiceLibIntegration Object |
| Implements | org.spicefactory.lib.logging.LogFactory |
| Since : | 2.5 |
SpiceLibIntegration sends log statements from SpiceLib
to the as3commons.
import org.spicefactory.lib.logging.LogContext;
LogContext.factory = new SpiceLibIntegration();
See also
| Method | Defined By | ||
|---|---|---|---|
Constructs the integration. | SpiceLibIntegration | ||
getLogger(name:Object):Logger
Creates a logger for the Swiz system. | SpiceLibIntegration | ||
| SpiceLibIntegration | () | Constructor |
public function SpiceLibIntegration()Constructs the integration.
| getLogger | () | method |
public function getLogger(name:Object):LoggerCreates a logger for the Swiz system.
Parameters
name:Object — Name of the logger to wrap.
|
Logger |