o

info.kwarc.mmt.jedit

StatusBarLogger

object StatusBarLogger extends ReportHandler

Source
MMTPlugin.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatusBarLogger
  2. ReportHandler
  3. AnyRef
  4. 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. def apply(ind: Int, caller: ⇒ String, group: String, msg: List[String]): Unit

    logs a message

    logs a message

    ind

    indentation level

    group

    generating component

    Definition Classes
    StatusBarLoggerReportHandler
  5. 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
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def cleanup: Unit

    closes the handler, nothing by default

    closes the handler, nothing by default

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

    flushes the handler, nothing by default

    flushes the handler, nothing by default

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

    turns indentation level into a string of spaces

    turns indentation level into a string of spaces

    Definition Classes
    ReportHandler
  18. def init: Unit

    initializes the handler, nothing by default

    initializes the handler, nothing by default

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

    produces a timestamp

    produces a timestamp

    Definition Classes
    ReportHandler
  26. def toString(): String

    returns the id

    returns the id

    Definition Classes
    ReportHandler → 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( ... ) @native()

Inherited from ReportHandler

Inherited from AnyRef

Inherited from Any

Ungrouped