DebugLogger

A utility class for logging debug messages.

This logger only logs messages if Pillarbox is built in debug mode.

Functions

Link copied to clipboard
fun debug(tag: String, message: String, throwable: Throwable? = null)

Logs a debug message.

Link copied to clipboard
fun error(tag: String, message: String, throwable: Throwable? = null)

Logs an error message.

Link copied to clipboard
fun info(tag: String, message: String, throwable: Throwable? = null)

Logs an info message.

Link copied to clipboard
fun warning(tag: String, message: String, throwable: Throwable? = null)

Logs a warning message.