|
Name: | log.handler.name.events | ||
Description: | This controls which types of events are handled by the named handler. Currently, this is the only way to filter events for a specific Handler. Handler naming is described in the log.handler.name.url property. The events defined by the log class are "error", "warning", "notice", and "trace". However, the user may specify any string as an event type. | ||
Type: | String | ||
Acceptable Values: | A space separated list of event types that this handler should handle. If the list is empty then all events are handled. | ||
Default Value: | "" (all events are handled) | ||
Example Usage: |
|