log

abstract fun log(category: String, message: String, logLevel: LogLevel)

Logs a message with a specified category.

Parameters

category

The category or identifier associated with the log message.

message

The log message to be recorded.

logLevel

The log level of the message.