This documentation is archived and is not being maintained.
IisTraceListener::WriteLine Method (String, String)
Visual Studio 2008
Writes the specified message and category name to the output of the IisTraceListener class.
Assembly: System.Web (in System.Web.dll)
Parameters
- message
- Type: System::String
The message to write.
- category
- Type: System::String
Ignored. The Iis7TraceListener implementation of System.Diagnostics::TraceListener class disregards the category parameter.
WriteLine is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: