warn

abstract fun warn(tag: String, message: String)

Logs a warning message.

Warning messages indicate potentially harmful situations that should be reviewed but don't prevent the application from functioning.

Parameters

tag

The log tag, typically identifying the source class or component.

message

The message to log.