LogcatSink
A Sink that writes structured logs to Android Logcat.
This class is thread-safe; it performs no mutable state changes and delegates to Log.println which is itself thread-safe.
Output format:
D/Checkout: Purchase completed {item_id=SKU-123, price=1980, currency=JPY}Content copied to clipboard
Since
1.0.0
Parameters
minPriority
Minimum log priority to emit. Defaults to Log.WARN.
Functions
Link copied to clipboard
Emit the structured log entry to Logcat with formatted key-value fields.
Link copied to clipboard
Return true if priority is at or above minPriority.