LogHandler

interface LogHandler

LogHandler is responsible for handling and recording log messages.

Functions

Link copied to clipboard
abstract fun log(category: String, message: String, logLevel: LogLevel)

Logs a message with a specified category.