getEventLevel(String eventName, Level defaultValue) Package private method to get an event's level.
We return Level instance named by the "event..level"
property.
getEventLoggerName(String eventName, String defaultValue) Package private method to get an event's logger name.
We return Level instance named by the "event."
property.
getFilterProperty(String name, Filter defaultValue) Package private method to get a filter property.
We return an instance of the class named by the "name"
property.
getFormatter(String name, Formatter defaultValue) Package private method to get a formatter property.
We return an instance of the class named by the "name"
property.
Package private method to get an event's level.
We return Level instance named by the "event..level"
property. If the property is not defined or has problems
we return the defaultValue.
Package private method to get an event's logger name.
We return Level instance named by the "event."
property. If the property is not defined or has problems
we return the defaultValue.
Package private method to get a filter property.
We return an instance of the class named by the "name"
property. If the property is not defined or has problems
we return the defaultValue.
Package private method to get a formatter property.
We return an instance of the class named by the "name"
property. If the property is not defined or has problems
we return the defaultValue.
Get any property in the UBT configuration, if not available, return the default value.
Parameters: name - of the propert Parameters: defaultVal - Default value of the property if not found Value of the property