Represents a log formatter.The Logger uses an instance of a class that implements this interface (PlainLoggerFormatter by default) to write log messages.

Methods

formatBlock(level:Int, text:String):String

formatCodeBlock(level:Int, text:String, language:String):String

formatLine(level:Int, text:String):String

formatList(level:Int, list:Collection<String>):String

formatSection(level:Int, sectionLevel:Int, text:String):String

formatTable(level:Int, table:Collection<Collection<String>>):String