BeaconLogger

class BeaconLogger : Logger

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun d(tag: String, message: String, objects: Array<Any>)
open fun d(throwable: Throwable, tag: String, message: String, objects: Array<Any>)
Link copied to clipboard
open fun e(tag: String, message: String, objects: Array<Any>)
open fun e(throwable: Throwable, tag: String, message: String, objects: Array<Any>)
Link copied to clipboard
open fun i(tag: String, message: String, objects: Array<Any>)
open fun i(throwable: Throwable, tag: String, message: String, objects: Array<Any>)
Link copied to clipboard
open fun v(tag: String, message: String, objects: Array<Any>)
open fun v(throwable: Throwable, tag: String, message: String, objects: Array<Any>)
Link copied to clipboard
open fun w(tag: String, message: String, objects: Array<Any>)
open fun w(throwable: Throwable, tag: String, message: String, objects: Array<Any>)