object LogFormatter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogFormatter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_STACKTRACE_FILTER: (String) ⇒ Boolean
  5. def appendStackTrace(m: String, r: LogRecord): String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def currentThreadName: String
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def formatStacktrace(e: Throwable): String
  13. def formatTimestamp(timeMillis: Long, dateTimeformatter: DateTimeFormatter = humanReadableTimestampFormatter): String
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. def highlightLog(level: LogLevel, message: String): String
  17. val humanReadableTimestampFormatter: DateTimeFormatter
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val noSpaceTimestampFormat: DateTimeFormatter
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def setStackTraceFilter(filter: (String) ⇒ Boolean): Unit

    Set stack trace line filter

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. val systemZone: ZoneId
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withColor(prefix: String, s: String): String
  31. object AppLogFormatter extends Formatter with LogFormatter

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

  32. object BareFormatter extends Formatter with LogFormatter

    For formatting log as is.

  33. object IntelliJLogFormatter extends Formatter with LogFormatter

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

  34. object SimpleLogFormatter extends Formatter with LogFormatter

    Simple log formatter that shows only logger name and message

  35. object SourceCodeLogFormatter extends Formatter with LogFormatter

    log format for debugging source code

  36. object TSVLogFormatter extends Formatter with LogFormatter

Inherited from AnyRef

Inherited from Any

Ungrouped