Configuration Parameters:
These are the configuration parameters specified by the LoggerConfig Element in the Deployment document. NOTE: The properties that need to be specified are dictated by Log4J since that's the logging framework used by OpenEAI. The parameters listed below are for a typical OpenEAI application. For more information regarding Log4J properties, consult that documentation.
Name | Required | Description |
---|---|---|
name | yes | Name of the LoggerConfig object. This is how the object will be stored in AppConfig and should be unique. This allows developers to conveniently categorize Loggers for an application if they wish to use multiple loggers configured differently. Generally, the logger inherited by all OpenEaiObject decendants sufices. |
ConfigClass | no* | Name of the configuration class that wraps the config Element (this class) |
Property | yes (at least one) | This is a pair of Elements that tells the LoggerConfig object what Java Properties object to build that will be used to initialize the Log4J Category. It consists of PropertyName and a PropertyValue Elements that are stored in the Java Properties object. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|