TraceContext::Write Method (String^)
.NET Framework (current version)
Writes a trace message to the trace log.
Assembly: System.Web (in System.Web.dll)
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
Available since 1.1
Show: