System Enumeration CATSysErrorLogSeverity
enum CATSysErrorLogSeverity {
CATSysErrorLogSeverityError,
CATSysErrorLogSeverityWarning,
CATSysErrorLogSeverityComment
}
Severity of a logged message.
Role: Defines three levels of severity for messages logged
via the function .
- Values:
-
- CATSysErrorLogSeverityError
- Level for Error messages, generally signaling that an unhandled problem occured and
may cause immediate ou future damage to the application
- CATSysErrorLogSeverityWarning
- Level for Warning messages, generally signaling that a problem occured
but was successfully handled or was not harmful to the application
- CATSysErrorLogSeverityComment
- Level for Comment messages, generally not signaling a problem, but rather
an information. Using Comment messages is not recommended.
- See also:
-
This object is included in the file: CATSysErrorLog.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.