emit

open override fun emit(entry: StructuredLogEntry)

Emit the structured log entry to Firebase Crashlytics.

Fields are set as custom keys with type-aware conversion for Boolean, Int, Long, Float, Double, and String. All other types are converted via Any.toString.

Since

1.0.0

Parameters

entry

The structured log entry to emit.