SPULSTraceListener.Write method (String)
Writes the specified message to the ULS log.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
message As String _
)
'Usage
Dim instance As SPULSTraceListener
Dim message As String
instance.Write(message)
public override void Write(
string message
)
Parameters
message
Type: System.StringThe message to write to the log.