Remote
data class Remote(val endpoint: String, val minLevel: LogLevel = LogLevel.WARN, val batchSize: Int = 100, val flushIntervalMs: Long, val headers: Map<String, String> = emptyMap()) : LoggingSinkConfig
Remote logging endpoint sink.
Privacy (GDPR Art. 6): Requires explicit opt-in as logs are transmitted off-device. Ensure appropriate legal basis before enabling.
Security (BSI APP.4.4.A7): Rate-limited to prevent log flooding attacks.