setDiagnosticsLevel#

Fully qualified name: usdex::core::setDiagnosticsLevel

void usdex::core::setDiagnosticsLevel(DiagnosticsLevel value)#

Set the DiagnosticsLevel for the Delegate to filter TfDiagnostics by 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 DiagnosticsLevel that should be emitted.