LogFormatter

object LogFormatter
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

log format for command-line user client (without source code location)

log format for command-line user client (without source code location)

object BareFormatter extends LogFormatter

For formatting log as is.

For formatting log as is.

Enable source code links in the run/debug console of IntelliJ

Enable source code links in the run/debug console of IntelliJ

log format for debugging source code without using ANSI colors

log format for debugging source code without using ANSI colors

Simple log formatter that shows only logger name and message

Simple log formatter that shows only logger name and message

log format for debugging source code

log format for debugging source code

Value members

Concrete methods

def appendStackTrace(m: String, r: LogRecord): String
def currentThreadName: String
def formatStacktrace(e: Throwable): String
def highlightLog(level: LogLevel, message: String): String
def setStackTraceFilter(filter: String => Boolean): Unit

Set stack trace line filter

Set stack trace line filter

def withColor(prefix: String, s: String): String

Concrete fields

val DEFAULT_STACKTRACE_FILTER: String => Boolean