SPULSTraceListener.WriteLine method (String)
Calls the [Microsoft.SharePoint.SPULSTraceListener.Write] method.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub WriteLine ( _
message As String _
)
'Usage
Dim instance As SPULSTraceListener
Dim message As String
instance.WriteLine(message)
public override void WriteLine(
string message
)
Parameters
message
Type: System.StringMessage supplied as a parameter to the [Microsoft.SharePoint.SPULSTraceListener.Write] method.