SalesforceSDKLogger

A simple logger util class for the SalesforceSDK library. This class simply acts as a wrapper around SalesforceLogger specific to the SalesforceSDK library.

Author

bhariharan

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun d(tag: String, message: String)
open fun d(tag: String, message: String, e: Throwable)
Logs a debug log line.
Link copied to clipboard
open fun e(tag: String, message: String)
open fun e(tag: String, message: String, e: Throwable)
Logs an error log line.
Link copied to clipboard
open fun i(tag: String, message: String)
open fun i(tag: String, message: String, e: Throwable)
Logs an info log line.
Link copied to clipboard
Sets the log level to be used.
Link copied to clipboard
open fun v(tag: String, message: String)
open fun v(tag: String, message: String, e: Throwable)
Logs a verbose log line.
Link copied to clipboard
open fun w(tag: String, message: String)
open fun w(tag: String, message: String, e: Throwable)
Logs a warning log line.