DiagnosticsOutputStream#

Fully qualified name: usdex::core::DiagnosticsOutputStream

enum class usdex::core::DiagnosticsOutputStream#

Control the output stream to which diagnostics are logged.

Values:

enumerator eNone#

All diagnostics are suppressed.

enumerator eStdout#

All diagnostics print to the stdout stream.

enumerator eStderr#

All diagnostics print to the stderr stream.