Logging Sink
interface LoggingSink
Interface for logging output destinations.
Sinks receive log entries from the StructuredLogger and output them to their respective destinations (Logcat, file, remote endpoint, etc.).
Security (BSI SYS.3.2.2.A12): Implementations must respect minLevel filtering to prevent verbose output in production.
Since
0.4.0