File

data class File(val minLevel: LogLevel = LogLevel.INFO, val maxLines: Int = 2000, val includeTimestamps: Boolean = true) : LoggingSinkConfig

File-based logging sink (extends existing RingLog behavior).

Security (BSI APP.4.4.A3): File logs are stored in app-private storage.

Constructors

Link copied to clipboard
constructor(minLevel: LogLevel = LogLevel.INFO, maxLines: Int = 2000, includeTimestamps: Boolean = true)

Properties

Link copied to clipboard

Include ISO 8601 timestamps

Link copied to clipboard

Maximum lines before rotation (ring buffer)

Link copied to clipboard

Minimum log level to write