Logger

open class Logger(providerName: String)

Logger is a utility class that provides logging functionality for packages.

Inheritors

Constructors

Link copied to clipboard
constructor(providerName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
protected val tag: String

The tag used for logging.

Functions

Link copied to clipboard
fun logDebug(message: String)

Logs a debug message.

Link copied to clipboard
fun logError(message: String)

Logs an error message.

Link copied to clipboard
fun logInfo(message: String)

Logs an info message.

Link copied to clipboard
fun logWarning(message: String)

Logs a warning message.