UsdTraceListener Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the USD trace listener.
public ref class UsdTraceListener : System::Diagnostics::TraceListener
public class UsdTraceListener : System.Diagnostics.TraceListener
type UsdTraceListener = class
inherit TraceListener
Public Class UsdTraceListener
Inherits TraceListener
- Inheritance
-
UsdTraceListener
Constructors
UsdTraceListener() |
Initializes a new instance of the UsdTraceListener class. |
Methods
Write(String) |
Writes the message to the console. |
WriteLine(String) |
Writes the message to the console with a newline at the end. |
Events
DebuggerOutput |
Represents the event handler for debugger output. |