asp.net.ph

TraceContext.Write Method ( String, String )

System.Web Namespace   TraceContext Class


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

[ VB ]
Overloads Public Sub Write ( _
   ByVal category As String, _
   ByVal message As String _
)

[ C# ]
public void Write (
   string category,
   string message
);

[ C++ ]
public: void Write (
   String* category,
   String* message
);

[ JScript ]
public function Write (
   category : String,
   message : String
);

Parameters

category
The trace category that receives the message.
message
The trace message to write to the log.
See Also

TraceContext Members   TraceContext.Write Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph