XFRACASDiagnosticsEntryType Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|Repository.WriteToDiagnosticsLog|WriteToDiagnosticsLog}}
{{Template:API}}{{Template:APIBreadcrumbClass}}
Type of XFRACAS Diagnostics Entry Type


==Members==
 
*Error = 1
<onlyinclude>Specifies the XFRACAS diagnostics type. </onlyinclude>
*Warning = 2
 
*Information = 3
== 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.
|}

Revision as of 15:21, 1 September 2015

APIWiki.png


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.