LogFormat

trait LogFormat[A]

Log Format represents function that that take context with all log annotations and string line and produce final log entry.

Idea is that those format should be composed by decoration.

Companion
object
class Object
trait Matchable
class Any

Value members

Methods

def format(context: LogContext, line: A): String