BeaconLogger
Package: com.salesforce.marketingcloud.proximity
SDK Version: 11.0.0
Platform: Android JVM
BeaconLogger is a class that extends the Logger interface, providing logging functionality for beacon-related operations in the Salesforce Marketing Cloud SDK.
Default constructor for creating a BeaconLogger instance.
Logs a debug message with the specified tag and message format.
Parameters:
tag: String - The tag for the log entrymessage: String - The message to logobjects: Array- Variable arguments for message formatting
Logs a debug message with an associated throwable.
Parameters:
throwable: Throwable - The exception or error to logtag: String - The tag for the log entrymessage: String - The message to logobjects: Array- Variable arguments for message formatting
Logs an error message.
Parameters:
tag: String - The tag for the log entrymessage: String - The error messageobjects: Array- Variable arguments for message formatting
Logs an error message with an associated throwable.
Parameters:
throwable: Throwable - The exception or errortag: String - The tag for the log entrymessage: String - The error messageobjects: Array- Variable arguments for message formatting
Logs an informational message.
Parameters:
tag: String - The tag for the log entrymessage: String - The info messageobjects: Array- Variable arguments for message formatting
Logs an informational message with an associated throwable.
Parameters:
throwable: Throwable - The exception or errortag: String - The tag for the log entrymessage: String - The info messageobjects: Array- Variable arguments for message formatting
Logs a verbose message.
Parameters:
tag: String - The tag for the log entrymessage: String - The verbose messageobjects: Array- Variable arguments for message formatting
Logs a verbose message with an associated throwable.
Parameters:
throwable: Throwable - The exception or errortag: String - The tag for the log entrymessage: String - The verbose messageobjects: Array- Variable arguments for message formatting
Logs a warning message.
Parameters:
tag: String - The tag for the log entrymessage: String - The warning messageobjects: Array- Variable arguments for message formatting
Logs a warning message with an associated throwable.
Parameters:
throwable: Throwable - The exception or errortag: String - The tag for the log entrymessage: String - The warning messageobjects: Array- Variable arguments for message formatting