wrapper.event.<event_name>.message |
||||||||||
This property controls the message which will be logged each time a specific event takes place.
It is also used in combination with the message property
wrapper. Like several of the event properties, it can be defined:
The <event_name> component of the property name can be either the keyword default, or one of the Event Types. By setting the default property, all Event Types which are not set explicitly will take on that value. The default value is Event: %WRAPPER_EVENT_NAME%.
Individual event messages can be set as follows:
The message can contain references to environment variables, including a few special variables which will be set at the time that the event is fired. See the Event Handler Environment Variable Definitions page for a full list. |
Referencia: Loglevel |
|