XFRACASDiagnosticsEntryType Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
|Information||4||The diagnostic message provides general information. | |Information||4||The diagnostic message provides general information. | ||
|} | |} | ||
==See Also== | |||
*[[Repository.XFRACAS.WriteMessageToDiagnosticsLog]] | |||
*[[Repository.XFRACAS.WriteExceptionToDiagnosticsLog]] |
Revision as of 14:52, 6 November 2015
Member of: SynthesisAPI
Specifies the XFRACAS diagnostics type.
Members
Name | Value | Description |
---|---|---|
Error | 1 | The diagnostic message pertains to an error. |
Warning | 2 | The diagnostic message provides a warning. |
Information | 4 | The diagnostic message provides general information. |