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