object StatusBarLogger extends ReportHandler
- Source
- MMTPlugin.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatusBarLogger
- ReportHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
- StatusBarLogger → ReportHandler
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cleanup: Unit
closes the handler, nothing by default
closes the handler, nothing by default
- Definition Classes
- ReportHandler
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
contentErrorHighlight(s: String): String
- Definition Classes
- ReportHandler
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flush: Unit
flushes the handler, nothing by default
flushes the handler, nothing by default
- Definition Classes
- ReportHandler
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: String
- Definition Classes
- ReportHandler
-
def
indentString(i: Int): String
turns indentation level into a string of spaces
turns indentation level into a string of spaces
- Definition Classes
- ReportHandler
-
def
init: Unit
initializes the handler, nothing by default
initializes the handler, nothing by default
- Definition Classes
- ReportHandler
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
systemErrorHighlight(s: String): String
- Definition Classes
- ReportHandler
-
def
time: String
produces a timestamp
produces a timestamp
- Definition Classes
- ReportHandler
-
def
toString(): String
returns the id
returns the id
- Definition Classes
- ReportHandler → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()