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 entry
  • message: String - The message to log
  • objects: Array - Variable arguments for message formatting

Logs a debug message with an associated throwable.

Parameters:

  • throwable: Throwable - The exception or error to log
  • tag: String - The tag for the log entry
  • message: String - The message to log
  • objects: Array - Variable arguments for message formatting

Logs an error message.

Parameters:

  • tag: String - The tag for the log entry
  • message: String - The error message
  • objects: Array - Variable arguments for message formatting

Logs an error message with an associated throwable.

Parameters:

  • throwable: Throwable - The exception or error
  • tag: String - The tag for the log entry
  • message: String - The error message
  • objects: Array - Variable arguments for message formatting

Logs an informational message.

Parameters:

  • tag: String - The tag for the log entry
  • message: String - The info message
  • objects: Array - Variable arguments for message formatting

Logs an informational message with an associated throwable.

Parameters:

  • throwable: Throwable - The exception or error
  • tag: String - The tag for the log entry
  • message: String - The info message
  • objects: Array - Variable arguments for message formatting

Logs a verbose message.

Parameters:

  • tag: String - The tag for the log entry
  • message: String - The verbose message
  • objects: Array - Variable arguments for message formatting

Logs a verbose message with an associated throwable.

Parameters:

  • throwable: Throwable - The exception or error
  • tag: String - The tag for the log entry
  • message: String - The verbose message
  • objects: Array - Variable arguments for message formatting

Logs a warning message.

Parameters:

  • tag: String - The tag for the log entry
  • message: String - The warning message
  • objects: Array - Variable arguments for message formatting

Logs a warning message with an associated throwable.

Parameters:

  • throwable: Throwable - The exception or error
  • tag: String - The tag for the log entry
  • message: String - The warning message
  • objects: Array - Variable arguments for message formatting