TraceContext::Write Method (String^)

 

Writes a trace message to the trace log.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
void Write(
	String^ message
)

Parameters

message
Type: System::String^

The trace message to write to the log.

Every time the Write method is called, a TraceContext trace message is added to the TraceRecords messages collection, which is accessible when you handle the TraceFinished event. The message is added with its IsWarning property set to false and its ErrorInfo property set to null.

.NET Framework
Available since 1.1
Return to top
Show: