Packages

c

info.kwarc.mmt.mathhub.logger

CachingReportHandler

class CachingReportHandler extends ReportHandler

represents a report handler that caches all messages

Source
CachingLogHandler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CachingReportHandler
  2. ReportHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CachingReportHandler(id: String, maxSize: Int = 10000)

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. def after(uuid: String): List[LogEntry]

    return all log entries after a given uuid

  5. def all: List[LogEntry]

    return all log entries

  6. def apply(ind: Int, caller: ⇒ String, group: String, msgParts: List[String]): Unit

    caches a new log entry

    caches a new log entry

    ind

    indentation level

    group

    generating component

    msgParts

    the multi-line message

    Definition Classes
    CachingReportHandlerReportHandler
  7. def apply(ind: Int, e: Error, debug: Boolean): Unit

    logs as an error (categories "error" and "debug" for short and long message, respectively)

    logs as an error (categories "error" and "debug" for short and long message, respectively)

    Definition Classes
    ReportHandler
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def cleanup: Unit

    closes the handler, nothing by default

    closes the handler, nothing by default

    Definition Classes
    ReportHandler
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def contentErrorHighlight(s: String): String
    Definition Classes
    ReportHandler
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flush: Unit

    flushes the handler, nothing by default

    flushes the handler, nothing by default

    Definition Classes
    ReportHandler
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val id: String
    Definition Classes
    CachingReportHandlerReportHandler
  19. def indentString(i: Int): String

    turns indentation level into a string of spaces

    turns indentation level into a string of spaces

    Definition Classes
    ReportHandler
  20. def init: Unit

    initializes the handler, nothing by default

    initializes the handler, nothing by default

    Definition Classes
    ReportHandler
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val maxSize: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def systemErrorHighlight(s: String): String
    Definition Classes
    ReportHandler
  28. def time: String

    produces a timestamp

    produces a timestamp

    Definition Classes
    ReportHandler
  29. def toString(): String

    returns the id

    returns the id

    Definition Classes
    ReportHandler → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ReportHandler

Inherited from AnyRef

Inherited from Any

Ungrouped