activateDiagnosticsDelegate#

Fully qualified name: usdex::core::activateDiagnosticsDelegate

void usdex::core::activateDiagnosticsDelegate()#

Activates the Delegate to specialize TfDiagnostics handling.

When active, the Delegate replaces the default TfDiagnosticMgr printing with a more customized result. See Diagnostic Messages (Logs) for more details.

Note

The delegate is not active when this module loads. Clients must explicitly call this function to activate it.