SPLog.WriteLogTag method
Overload list
Name | Description | |
---|---|---|
WriteLogTag(UInt32, String, LogLevel) | Logs the given message with given log level. | |
WriteLogTag(UInt32, String, LogLevel, []) | Logs the given formatted message with the given log level | |
WriteLogTag(UInt32, String, Exception, LogLevel) | Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Logs both the message and the exception stack trace as message. | |
WriteLogTag(UInt32, String, Exception, LogLevel, []) | Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Logs both the message and the exception stack trace as message. |
Top