object LoggerOps
Collection of functions for logging and changing the logging behaviour.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoggerOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final val DEBUG_LOGGING: Int
- final val INFO_LOGGING: Int
- final val NO_LOGGING: Int
- final val TRACE_LOGGING: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def debug(message: String): Unit
Log a debug message
- def debugTime[T](msg: String, show: Boolean = true, postMsg: String = "")(op: => T): T
Time an operation and debug log how long it took
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exceptionMessage(ex: Throwable): String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLoggingLevel: Integer
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(message: String, ex: Throwable): Unit
Log an exception at info level
- def info(message: String): Unit
Log an information message
- def infoTime[T](msg: String, show: Boolean = true, postMsg: String = "")(op: => T): T
Time an operation and info log how long it took
- 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()
- def setLogger(newLogger: Logger): Logger
Override the default logger
- def setLoggingLevel(level: String): Integer
Set debug logging level from name, one of none, info, debug or trace
- def setLoggingLevel(level: Integer): Integer
Set debug logging level, one of NO_LOGGING, INFO_LOGGING, DEBUG_LOGGING or TRACE_LOGGING
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(message: String): Unit
Log a trace message
- def traceTime[T](msg: String, show: Boolean = true, postMsg: String = "")(op: => T): T
Time an operation and debug log how long it took
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()