setDiagnosticsOutputStream#

Fully qualified name: usdex::core::setDiagnosticsOutputStream

void usdex::core::setDiagnosticsOutputStream(
DiagnosticsOutputStream value,
)#

Set the DiagnosticsOutputStream for the Delegate to redirect TfDiagnostics to different streams.

This can be called at any time, but will only take affect after calling activateDiagnosticsDelegate(). See Diagnostic Messages (Logs) for more details.

Parameters:

value – The stream to which all diagnostics should be emitted.