Logger

Custom logger class to easily manage debug mode and appending of 'SnowplowTracker' to the log TAG as well as logging the Thread.

Functions

Link copied to clipboard
fun d(tag: String, msg: String, vararg args: Any?)

Debug Level Logging

Link copied to clipboard
fun e(tag: String, msg: String, vararg args: Any?)

Error Level Logging

Link copied to clipboard
fun track(tag: String, msg: String, vararg args: Any?)

Diagnostic Logging

Link copied to clipboard

Updates the logging level.

Link copied to clipboard
fun v(tag: String, msg: String, vararg args: Any?)

Verbose Level Logging

Properties

Link copied to clipboard