DefaultFormatter

Single-line string with severity, tag, and message.

Empty tags will omit the prefix space and parenthesis.

"(tag) message"

Functions

Link copied to clipboard
open fun formatMessage(severity: Severity?, tag: Tag?, message: Message): String
Link copied to clipboard
open fun formatSeverity(severity: Severity): String
Link copied to clipboard
open fun formatTag(tag: Tag): String