SalesforceAnalyticsLogger

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

Author

bhariharan

Constructors

Link copied to clipboard
constructor()

Functions

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