Packageorg.as3commons.logging.api
Interfacepublic interface ILogSetup
Implementors HierarchicalSetup, LevelTargetSetup, MergedSetup, RegExpSetup, SimpleRegExpSetup, SimpleTargetSetup, WrapperRegExpSetup

Since : 2.0

ILogSetup augments Logger instances created by LoggerFactory which effectively allows to setup the logging process.

See also

org.as3commons.logging.api.LoggerFactory.setup


Public Methods
 MethodDefined By
  
applyTo(logger:Logger):void
Sets targets of the passed-in Logger to the ones desired by the setup.
ILogSetup
Method Detail
applyTo()method
public function applyTo(logger:Logger):void

Sets targets of the passed-in Logger to the ones desired by the setup.

The setup should fill the desired targets to the Logger instances created by LoggerFactory.

Parameters

logger:LoggerLogger to be augmented by the setup

See also

org.as3commons.logging.LoggerFactory.setup