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

http://www.spicefactory.org/parsley
org.as3commons.logging.setup.target.SpiceLibTarget


Public Methods
 MethodDefined By
  
Constructs the integration.
SpiceLibIntegration
  
getLogger(name:Object):Logger
Creates a logger for the Swiz system.
SpiceLibIntegration
Constructor Detail
SpiceLibIntegration()Constructor
public function SpiceLibIntegration()

Constructs the integration.

Method Detail
getLogger()method
public function getLogger(name:Object):Logger

Creates a logger for the Swiz system.

Parameters

name:Object — Name of the logger to wrap.

Returns
Logger