siSeverityType

Description

Determines the severity types of a message implemented with the C++ API. They can be combined.

C# Syntax

siSeverityType.siFatalMsg                                                   // 1
siSeverityType.siErrorMsg                                                   // 2
siSeverityType.siWarningMsg                                                 // 4
siSeverityType.siInfoMsg                                                    // 8
siSeverityType.siVerboseMsg                                                 // 16
siSeverityType.siCommentMsg                                                 // 32

Constant

Value

Description

siFatalMsg

1

Fatal error has occurred; possibly leading to an unstable system state. Displayed as Message Box and in History window.

siErrorMsg

2

An error has occurred; possibly leading data loss. Displayed in History window and Status Bar.

siWarningMsg

4

An error has occurred but is recoverable. Displayed in History window and Status Bar.

siInfoMsg

8

Log an information message. Displayed in History window and Status Bar.

siVerboseMsg

16

Log a diagnostic information message. Displayed in History window.

siCommentMsg

32

Log an information message without a prefix to describe its type

Applies To

Application::LogMessage

See Also

siSeverity



Autodesk Softimage v7.5