ISharePointProjectLogger.WriteLine Method (String, LogCategory, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Logs a message to SharePoint Tools output pane and Error List depending on the specified LogCategory

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Sub WriteLine ( _
    message As String, _
    category As LogCategory, _
    subcategoryId As Integer _
)
void WriteLine(
    string message,
    LogCategory category,
    int subcategoryId
)

Parameters

  • subcategoryId
    Type: System.Int32

    The message subcategory identifier.

.NET Framework Security

See Also

Reference

ISharePointProjectLogger Interface

WriteLine Overload

Microsoft.VisualStudio.SharePoint Namespace