SPLog.Info Method
Include Protected Members
Include Inherited Members
Writes the specified message or exception to the upgrade event log as an information-only message.
Overload List
Name | Description | |
---|---|---|
Info(String) | Writes the specified message to the upgrade event log as an information-only message. | |
Info(String, Exception) | Writes the specified message and exception to the upgrade event log as an information-only message. | |
Info(String, []) | Writes the specified string and specified objects to the upgrade event log as an information-only message. | |
Info(String, Exception, []) | Writes the specified string, exception, and specified objects to the upgrade event log as an information-only message. |
Top