| Attributes Summary |
| fileName : String | 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 : int | Number of archive files.
|
| rolloverSize : int | Specify the size in Megabytes for size-based rollover.
|
| baseHour : int | Specify the hours at which time-based rollover starts.
|
| rolloverPeriod : int | Specify the time-based rollover period.
|
| formatWrites : boolean | Specify whether writes should be formatted like Websphere log entry.
|
| messageFormatKind : MessageFormatKind | The desired format for messages.
|
| suppressWrites : boolean | Specify whether writes to this stream should be suppressed.
|
| suppressStackTrace : boolean | Specify if stack traces in the messages should be replaced by the exception message only.
|