w

fun w(message: String, vararg fields: Pair<String, Any?>)

Log a structured message at WARN level.

Since

1.0.0

Parameters

message

The log message.

fields

Key-value pairs to attach to this log entry.