log

actual open override fun log(level: Level, tag: String, message: String)

Logs a message to the console with the specified logging level, tag, and message.

This method adapts the generic logging interface to Android's logging system by translating the Level to a corresponding Android log priority.

Parameters

level

The severity level of the log, which determines the priority of the message.

tag

The tag associated with the log message, generally used for categorizing logs.

message

The content of the log message to output.

expect open override fun log(level: Level, tag: String, message: String)

Logs a message using the platform-native console mechanism.

actual open override fun log(level: Level, tag: String, message: String)

Writes a desktop log entry using the shared Tag [Level] emoji message format.