[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The MessagingTracetype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Indent () () () ()
Indents the trace
TraceDebug(String, array< Object > [] () [] [] )
Performs debug tracing
TraceDebugException(String, Exception, array< Object > [] () [] [] )
Traces exception information with debug level, used for troubleshooting
TraceError(String, array< Object > [] () [] [] )
Writes an error message to the trace log with parameters
TraceException(String, Exception, array< Object > [] () [] [] )
Writes the exception as an error to the trace log
TraceInformation(String, array< Object > [] () [] [] )
Writes an information message to the trace log with parameters
TraceWarning(String, array< Object > [] () [] [] )
Writes an warning message to the trace log with parameters
Unindent () () () ()
Unindents the trace

See Also