SystemWriter

class SystemWriter(messageStringFormatter: MessageStringFormatter = DefaultFormatter) : LogWriter

Constructors

Link copied to clipboard
constructor(messageStringFormatter: MessageStringFormatter = DefaultFormatter)

Functions

Link copied to clipboard
fun LogWriter.chunked(maxMessageLength: Int = 4000, minMessageLength: Int = 3000): LogWriter
Link copied to clipboard
open fun isLoggable(tag: String, severity: Severity): Boolean
Link copied to clipboard
open override fun log(severity: Severity, message: String, tag: String, throwable: Throwable?)