SPLog.ErrorTag method
Include protected members
Include inherited members
Overload list
Name | Description | |
---|---|---|
ErrorTag(UInt32, String) | 速記[WriteLog(stringmessage,LogLevellevel)]的方式。使用[LogLevel.Error]。 | |
ErrorTag(UInt32, SPUpgradeSession, String) | 登發生錯誤,來電者所指定的檔案。非作用中工作階段記錄時,這是非常有用 | |
ErrorTag(UInt32, String, Exception) | 速記[WriteLog(stringmessage,Exceptionexception,LogLevellevel)]的方式。使用[LogLevel.Error]。 | |
ErrorTag(UInt32, String, []) | 速記[WriteLog(stringmessage,LogLevellevel)]的方式。使用[LogLevel.Error]。 | |
ErrorTag(UInt32, String, Exception, []) | 速記[WriteLog(stringmessage,Exceptionexception,LogLevellevel)]的方式。使用[LogLevel.Error]。 |
Top