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