setDiagnosticsLevel#
Fully qualified name: usdex::core::setDiagnosticsLevel
-
void usdex::core::setDiagnosticsLevel(DiagnosticsLevel value)#
Set the
DiagnosticsLevelfor theDelegateto filterTfDiagnosticsby severity.This can be called at any time, but the filtering will only take affect after calling
activateDiagnosticsDelegate(). See Diagnostic Messages (Logs) for more details.- Parameters:
value – The highest severity
DiagnosticsLevelthat should be emitted.