Presentation Builder Runtime Service provides a logging service to log events and errors. This service is turned on by default. You can learn more about logging in Java from the Sun J2SE API Specification, available on the Web.
Property | Description |
---|---|
name | Optional. The name of the Presentation Builder Runtime Service logger in the logger namespace. (Default: com.attachmate.pb.) |
useparenthandlers | Optional. Whether the Presentation Builder Runtime Service logger should send its output to its parent Logger. (Default: false.) |
level | Optional. Which messages levels are logged by the Presentation Builder Runtime Service logger. Values include the seven standard log levels in Java.
Handlers may also have an associated log level. (Default: INFO.) |
handlers | Optional. Log Handler classes to be installed during Logging Service initialization. Uncomment the MCSHandler to send logging messages to MCS. (Default: no handlers.) |
filters | Optional. The class name of the filter to install on the logger. (Default: no filters. )
Handlers may also have an associated filter. If the filter class implements |
![]() |
|
![]() |
Configuring the Run-time Environment, Overview |
![]() |
Configuring Run-time Event Logging |
![]() |