public final class

BeaconLogger

extends Object
java.lang.Object
   ↳ com.salesforce.marketingcloud.proximity.BeaconLogger

Summary

Public Constructors
BeaconLogger()
Public Methods
void d(String tag, String message, Object... objects)
void d(Throwable throwable, String tag, String message, Object... objects)
void e(String tag, String message, Object... objects)
void e(Throwable throwable, String tag, String message, Object... objects)
void i(String tag, String message, Object... objects)
void i(Throwable throwable, String tag, String message, Object... objects)
void v(String tag, String message, Object... objects)
void v(Throwable throwable, String tag, String message, Object... objects)
void w(Throwable throwable, String tag, String message, Object... objects)
void w(String tag, String message, Object... objects)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BeaconLogger ()

Public Methods

public void d (String tag, String message, Object... objects)

public void d (Throwable throwable, String tag, String message, Object... objects)

public void e (String tag, String message, Object... objects)

public void e (Throwable throwable, String tag, String message, Object... objects)

public void i (String tag, String message, Object... objects)

public void i (Throwable throwable, String tag, String message, Object... objects)

public void v (String tag, String message, Object... objects)

public void v (Throwable throwable, String tag, String message, Object... objects)

public void w (Throwable throwable, String tag, String message, Object... objects)

public void w (String tag, String message, Object... objects)