This type is a class for model objects.
TextLog (optional) which provides a format like SystemOut.log. Can be generated on the fly, but this also enables it at runtime
Package: rasAttributes Summary | |
enabled : EBoolean | Whether or not the text log is enabled |
dataDirectory : EString | Directory under which the repository will be created. |
purgeBySizeEnabled : EBoolean | Enable the purging of records by size. Note that, if purge by size AND purge by time are both enabled, then records are purged if either of the 2 criteria are met. |
purgeMaxSize : EInt | Size in megabytes at which entries can be purged. |
purgeByTimeEnabled : EBoolean | Enable the purging of records by tme. Note that, if purge by size AND purge by time are both enabled, then records are purged if either of the 2 criteria are met. |
purgeMinTime : EInt | Time in hours at which entries can be purged. |
outputFormat : OutputFormatKind | Special formatting string for the text log |
outOfSpaceAction : OutOfSpaceActionKind | Action to take if repository is out of space (physical space or space configured). |
bufferingEnabled : EBoolean | Allow buffering for performance. This may cause some latency (usually imperceptible) in logging appearing in the file, and it makes writing notably faster, especially in high volume situations. |
fileSwitchEnabled : EBoolean | Close current file associated with logging and open a new file. This will happen automatically on server restart and at other times based on space management. This is purely a convenience facility for customers. |
fileSwitchTime : EInt | Hour at which to switch to a new file. Dflt of 0 = midnight. |
traceIncluded : EBoolean | Boolean to determine whether or not trace information should also be logged to the TextLog. The TextLog should not be used in high volume production environments. When it is used, tracing to it can cause additional performance overhead. |
Attribute Details |