Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.