This type is a class for model objects.
Specifies settings for redirecting standard Java IO streams.
Package: processAttributes Summary | |
fileName : EString | Specify the name of the file to which the stream should be redirected. |
rolloverType : RolloverType | Indicate what type of rollover algorithm is in effect. |
maxNumberOfBackupFiles : EInt | Number of archive files. |
rolloverSize : EInt | Specify the size in Megabytes for size-based rollover. |
baseHour : EInt | Specify the hours at which time-based rollover starts. |
rolloverPeriod : EInt | Specify the time-based rollover period. |
formatWrites : EBoolean | Specify whether writes should be formatted like Websphere log entry. |
messageFormatKind : MessageFormatKind | The desired format for messages. Valid values include basic and advanced. Default is basic. |
suppressWrites : EBoolean | Specify whether writes to this stream should be suppressed. |
suppressStackTrace : EBoolean | Specify if stack traces in the messages should be replaced by the exception message only. Default is false. (no suppression) |
Attribute Details |