setDiagnosticsOutputStream#
Fully qualified name: usdex::core::setDiagnosticsOutputStream
- void usdex::core::setDiagnosticsOutputStream(
- DiagnosticsOutputStream value,
Set the
DiagnosticsOutputStreamfor theDelegateto redirectTfDiagnosticsto 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.