SPLog Members
Include Protected Members
Include Inherited Members
Represents the Microsoft SharePoint Foundation upgrade log.
The SPLog type exposes the following members.
Methods
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. | |
Equals | (Inherited from Object.) | |
Error(String) | Writes the specified string to the upgrade log as an error. This call will cause the upgrade session that contains the SPLog to increase its error count by one. An upgrade session that contains one or more errors is considered to have failed. | |
Error(String, Exception) | Writes the specified string and exception to the upgrade log as an error. This call will cause the upgrade session that contains the SPLog to increase its error count by one. An upgrade session that contains one or more errors is considered to have failed. | |
Error(String, []) | Writes the specified string and object to the upgrade log as an error. This call will cause the upgrade session that contains the SPLog to increase its error count by one. An upgrade session that contains one or more errors is considered to have failed. | |
Error(SPUpgradeSession, String) | Writes the specified error message to the upgrade event log specified by the user. This call will cause the upgrade session that contains the SPLog to increase its error count by one. An upgrade session that contains one or more errors is considered to have failed. | |
Error(String, Exception, []) | Writes the specified string, exception, and a list of objects to the upgrade log as an error. This call will cause the upgrade session that contains the SPLog to increase its error count by one. An upgrade session that contains one or more errors is considered to have failed. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInstance(String) | Returns an instance of the log object that belongs to the specified category. | |
GetInstance(Type) | Returns an instance of the log object that belongs to the specified type. | |
GetInstance(Type, MethodInfo) | Returns an instance of the log object that belongs to the specified type based on the specified method information. | |
GetType | (Inherited from Object.) | |
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. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Verbose(String) | ||
Verbose(String, Exception) | ||
Verbose(String, []) | ||
Verbose(String, Exception, []) | ||
Warning(String) | Writes the specified string to the upgrade log as a warning. This call will cause the upgrade session that contains the SPLog to increase its warning count by one. An upgrade session that contains one or more warnings is considered to be successful. | |
Warning(String, Exception) | Writes the specified string and exception to the upgrade log as a warning. This call will cause the upgrade session that contains the SPLog to increase its warning count by one. An upgrade session that contains one or more warnings is considered to be successful. | |
Warning(String, []) | Writes the specified string and list of objects to the upgrade log as a warning. This call will cause the upgrade session that contains the SPLog to increase its warning count by one. An upgrade session that contains one or more warnings is considered to be successful. | |
Warning(String, Exception, []) | Writes the specified string, exception and list of objects to the upgrade log as a warning. This call will cause the upgrade session that contains the SPLog to increase its warning count by one. An upgrade session that contains one or more warnings is considered to be successful. | |
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