StructuredLogEntry
constructor(priority: Int, tag: String?, message: String, throwable: Throwable?, fields: Map<String, Any?>)
Parameters
priority
Log priority (android.util.Log constants).
tag
Log tag, or null if not set by the caller.
message
Log message.
throwable
Optional throwable, or null if none was provided.
fields
Merged key-value attributes (global + context + per-log).