System.Web.TraceContext: Method Members

The methods of System.Web.TraceContext are listed below. For a list of all members, see the TraceContext Members list.

See Also: Inherited members from System.Object

Public Methods

Warn(string)

Writes a trace message to the trace log. All warnings appear in the log as red text.

Warn(string, string)

Writes trace information to the trace log, including any user-defined categories and trace messages. All warnings appear in the log as red text.

Warn(string, string, Exception)

Writes trace information to the trace log, including any user-defined categories, trace messages, and error information. All warnings appear in the log as red text.

Write(string)

Writes a trace message to the trace log.

Write(string, string)

Writes trace information to the trace log, including a message and any user-defined categories.

Write(string, string, Exception)

Writes trace information to the trace log, including any user-defined categories, trace messages, and error information.