DiagnosticsLevel#
Fully qualified name: usdex::core::DiagnosticsLevel
-
enum class usdex::core::DiagnosticsLevel#
Controls the diagnostics that will be emitted when the
Delegateis active.Values:
-
enumerator eFatal#
Only
TF_FATALare emitted.
-
enumerator eError#
Emit
TF_ERRORandTF_FATAL, but suppressTF_WARNandTF_STATUSdiagnostics.
-
enumerator eWarning#
Emit
TF_WARN,TF_ERROR, andTF_FATAL, but suppressTF_STATUSdiagnostics.
-
enumerator eStatus#
All diagnostics are emitted.
-
enumerator eFatal#