log

abstract fun log(severity: AFLogLevel, tag: String, message: String, throwable: Throwable?)

Called for each log event. Must not throw.

Parameters

severity

The severity level.

tag

The logging tag (e.g. "SmartWalking", "Authentication").

message

The log message body.

throwable

An associated throwable, or null.