Supports controls that need to write messages to the hosting application's diagnostic trace log.

The following tables list the members exposed by the IApplicationDiagnostics type.

Name Description
Public method TraceError Writes an error message.
Public method TraceInformation Writes an informational message.
Public method TraceVerbose Writes a trivial message.
Public method TraceWarning Writes a warning message.
Top