log

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

Logs a message with the specified log level and tag.

This method sends the log message to the remote server asynchronously.

Parameters

level

The log level of the message.

tag

A tag associated with the log message.

message

The log message to be logged.