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