DiagnosticMonitorTraceListener.WriteLine Method (String)

 

When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.

Namespace:   Microsoft.WindowsAzure.Diagnostics
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

public override void WriteLine(
	string message
)

Parameters

message
Type: System.String

Type: System.String

A message to write.

System_CAPS_warningWarning

This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics.

Return to top
Show: