Public Methods
 FunctionDefined By
  
Reads a log4j properties string and creates a hierarchical setup.
org.as3commons.logging.setup.log4j


Public Constants
 ConstantDefined By
  log4j : Log4JStyleSetup
Natural access to to the Log4JStyleSetup.
org.as3commons.logging.setup.log4j
Constant Detail
log4jConstant
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

org.as3commons.logging.setup.log4j.Log4JStyleSetup;
Function detail
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

Returns
HierarchicalSetup — Setup configured following the passed in properties

See also