SPLog.WarningTag method
Include protected members
Include inherited members
Overload list
Name | Description | |
---|---|---|
WarningTag(UInt32, String) | 速記[WriteLog(stringmessage,LogLevellevel)]的方式。使用[LogLevel.Warning]。 | |
WarningTag(UInt32, String, Exception) | 速記[WriteLog(stringmessage,Exceptionexception,LogLevellevel)]的方式。使用[LogLevel.Warning]。 | |
WarningTag(UInt32, String, []) | 速記[WriteLog(stringformat,LogLevellevel,paramsobject[]args)]的方式。使用[LogLevel.Warning]。 | |
WarningTag(UInt32, String, Exception, []) | 速記[WriteLog(stringmessage,Exceptionexception,LogLevellevel)]的方式。使用[LogLevel.Warning]。 |
Top