ISharePointCommandLogger.WriteLine Method
Include Protected Members
Include Inherited Members
Writes a message to the Output window or Error List window.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
WriteLine(String, LogCategory) | Writes a message to the Output window or Error List window with the specified category. | |
WriteLine(String, LogCategory, String) | Writes a message to the Output window or Error List window with the specified category and Help keyword. | |
WriteLine(String, LogCategory, String, Int32, Int32) | Writes a message to the Output window or Error List window with the specified category and error location information. | |
WriteLine(String, LogCategory, String, Int32, Int32, String) | Writes a message to the Output window or Error List window with the specified category, error location information, and Help keyword. |
Top