This type is a class for model objects.
HPEL Binary Trace repository. Handles all levels below Detail level. Not localized.
Package: rasAttributes Summary | |
storageType : TraceStorageKind | Whether using directory or LogStream |
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. |
memoryBufferSize : EInt | Buffer size in megabytes |
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. |
Attribute Details |