Please or
Try NowBuy Now

Locations of visitors to this page

SourceForge.net

SourceForge.JP

wrapper.event.<event_name>.message Property
wrapper.event.<event_name>.message Property

Configuration Property Overview

wrapper.event.<event_name>.message

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 message which will be logged each time a specific event takes place. This property is used in combination with the message loglevel wrapper.event.<event_name>.loglevel property.

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

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

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%".

Example:
wrapper.event.default.message=Event: %WRAPPER_EVENT_NAME%

Individual event messages can be set as follows:

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

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.

Reference: Event





User Comments

If you notice something that is incorrect, missing, or simply feel that some part of this page could be explained better, feel free to log in and add a comment. You will need to register before you can log on.

Email:
Password:
Java Service Wrapper Version: 3.5.4