| Function | Defined By | ||
|---|---|---|---|
log4jPropertiesToSetup(properties:String):HierarchicalSetup
Reads a log4j properties string and creates a hierarchical setup. | org.as3commons.logging.setup.log4j | ||
| Constant | Defined By | ||
|---|---|---|---|
| log4j : Log4JStyleSetup
Natural access to to the Log4JStyleSetup. | org.as3commons.logging.setup.log4j | ||
| log4j | Constant |
public const log4j:Log4JStyleSetup| Since : | 2.7 |
Natural access to to the Log4JStyleSetup.
Instead of writing new Log4JStyleSetup; one can simply
choose to use this global variable.
See also
| log4jPropertiesToSetup | () | function |
public function log4jPropertiesToSetup(properties:String):HierarchicalSetup| Since : | 2.7 |
Reads a log4j properties string and creates a hierarchical setup.
Parameters
properties:String — Properties key, value string
|
HierarchicalSetup — Setup configured following the passed in properties
|
See also