SPLog.Debug method
Writes the message or exception to the upgrade event log.
Overload list
Name | Description | |
---|---|---|
Debug(String) | Writes the specified message to the upgrade event log as an information-only message. | |
Debug(String, Exception) | Writes the specified string and exception to the upgrade event log as a information-only message. | |
Debug(String, []) | Writes the specified string and the specified objects to the upgrade event log as an information-only message. | |
Debug(String, Exception, []) | Writes the specified string, exception, and specified objects to the upgrade event log as an information-only message. |
Top