WebPageTraceListener.WriteLine Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a message to a Web page or to the ASP.NET trace viewer.
WriteLine(String) |
Writes a message to a Web page or to the ASP.NET trace viewer. |
WriteLine(String, String) |
Writes a category name and a message to a Web page or to the ASP.NET trace viewer. |
Writes a message to a Web page or to the ASP.NET trace viewer.
public:
override void WriteLine(System::String ^ message);
public override void WriteLine(string message);
override this.WriteLine : string -> unit
Public Overrides Sub WriteLine (message As String)
Parameters
- message
- String
The message to write.
Remarks
The WriteLine method does not write to the Trace object output, even if it is enabled in the configuration file.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Writes a category name and a message to a Web page or to the ASP.NET trace viewer.
public:
override void WriteLine(System::String ^ message, System::String ^ category);
public override void WriteLine(string message, string category);
override this.WriteLine : string * string -> unit
Public Overrides Sub WriteLine (message As String, category As String)
Parameters
- message
- String
The message to write.
- category
- String
A category name used to organize the output.
Remarks
The WriteLine method does not write to the Trace object output, even if it is enabled in the configuration file.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: