SPLog.Verbose method
Overload list
Name | Description | |
---|---|---|
Verbose(String) | Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Use[LogLevel.Info]. | |
Verbose(String, Exception) | Shorthand of [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Use[LogLevel.Debug]. | |
Verbose(String, []) | Shorthand of [WriteLog(stringformat,LogLevellevel,paramsobject[]args)]. Use[LogLevel.Verbose]. | |
Verbose(String, Exception, []) | Shorthand of [WriteLog(stringmessage,Exceptionexception,LogLevellevel,paramsobject[]args)]. Use[LogLevel.Debug]. |
Top