SPLog.WriteLog method
Writes the specified message or exception to the upgrade event log based on the specified log level.
Overload list
Name | Description | |
---|---|---|
WriteLog(String, LogLevel) | Writes the specified message to the upgrade event log based on the specified log level. | |
WriteLog(String, LogLevel, []) | Writes the specified message to the upgrade event log based on the specified log level. | |
WriteLog(String, Exception, LogLevel) | Writes the specified message and exception to the upgrade event log based on the specified log level. | |
WriteLog(String, Exception, LogLevel, []) | Writes the specified message to the upgrade event log based on the specified log level. |
Top