| Package | org.as3commons.logging.api |
| Interface | public 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
| Method | Defined By | ||
|---|---|---|---|
Sets targets of the passed-in Logger to the ones
desired by the setup. | ILogSetup | ||
| 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:Logger — Logger to be augmented by the setup
|
See also