wrapper.event.<event_name>.loglevel

Compatibility :3.3.6
Editions :Professional EditionStandard Edition (Not Supported)Community Edition (Not Supported)
Platforms :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

This property controls the log level at which a message will be logged each time a specific event takes place. It is also used in combination with the message property wrapper.event.<event_name>.message.

The possible values are exactly the same as the console output loglevel, the log file output loglevel, etc.

Like several of the event properties, it can be defined:

  • Globally for all events: wrapper.event.default.loglevel property, or
  • For a specific event use the property: wrapper.event.<event_name>.loglevel.

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.

An easy way to learn how and when the various Wrapper events take place is to simply enable the default event message loglevel as follows. As you use the Wrapper, you will see when the various events are fired.

The default value is NONE.

Example:
wrapper.event.default.loglevel=INFO

Individual event messages can be set as follows:

Example:
wrapper.event.jvm_start.loglevel=INFO
wrapper.event.jvm_start.message=JVM Launched.

Reference: Loglevel