XFRACASDiagnosticsEntryType Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|Repository.WriteToDiagnosticsLog|WriteToDiagnosticsLog}} Type of XFRACAS Diagnostics Entry Type ==Members== *Error = 1 *Warning = 2 *Information = 3') |
Kate Racaza (talk | contribs) mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
==Members== | |||
<onlyinclude>Specifies the XFRACAS diagnostics type. </onlyinclude> | |||
== Members == | |||
{| {{APITableEnum}} | |||
|- | |||
|style="width: 110px;"|Error||style="width: 70px;"|1||The diagnostic message pertains to an error. | |||
|- | |||
|Warning||2||The diagnostic message provides a warning. | |||
|- | |||
|Information||4||The diagnostic message provides general information. | |||
|} | |||
==See Also== | |||
*[[Repository.XFRACAS.WriteMessageToDiagnosticsLog]] | |||
*[[Repository.XFRACAS.WriteExceptionToDiagnosticsLog]] |
Latest revision as of 21:31, 13 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. |