DiagnosticsLevel#

Fully qualified name: usdex::core::DiagnosticsLevel

enum class usdex::core::DiagnosticsLevel#

Controls the diagnostics that will be emitted when the Delegate is active.

Values:

enumerator eFatal#

Only TF_FATAL are emitted.

enumerator eError#

Emit TF_ERROR and TF_FATAL, but suppress TF_WARN and TF_STATUS diagnostics.

enumerator eWarning#

Emit TF_WARN, TF_ERROR, and TF_FATAL, but suppress TF_STATUS diagnostics.

enumerator eStatus#

All diagnostics are emitted.