ISharePointCommandLogger.WriteLine Method (String, LogCategory)

Writes a message to the Output window or Error List window with the specified category.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ISharePointCommandLogger Interface

WriteLine Overload

Microsoft.VisualStudio.SharePoint.Commands Namespace