SPLog.ErrorTag method
Overload list
Name | Description | |
---|---|---|
ErrorTag(UInt32, String) | Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Use[LogLevel.Error]. | |
ErrorTag(UInt32, SPUpgradeSession, String) | Log an error, to a file specified by the caller. This is useful when logging to a non-active session | |
ErrorTag(UInt32, String, Exception) | Shorthand of [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Use[LogLevel.Error]. | |
ErrorTag(UInt32, String, []) | Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Use[LogLevel.Error]. | |
ErrorTag(UInt32, String, Exception, []) | Shorthand of [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Use[LogLevel.Error]. |
Top