object Logger
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Logger
- 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
- def apply(traceFn: (Throwable) => Unit, debugFn: (String) => Unit, infoFn: (String) => Unit, warnFn: (String) => Unit, errorFn: (String) => Unit): Logger
A logger that uses the supplied functions as implementations for
debug
,info
,warn
anderror
.A logger that uses the supplied functions as implementations for
debug
,info
,warn
anderror
.- debugFn
The function to call when
debug
is called.- infoFn
The function to call when
info
is called.- warnFn
The function to call when
warn
is called.- errorFn
The function to call when
error
is called.- returns
A logger that uses the supplied functions as implementations for
debug
,info
,warn
anderror
.
- 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 default: Logger
A
Logger
that writesinfo
andwarn
messages tostdout
, anderror
,debug
andtrace
messages tostderr
. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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 nullLogger: Logger
A 'Logger' that discards all messagess
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toProcessLogger(logger: Logger): ProcessLogger
Turns the given logger into a
ProcessLogger
. - def toString(): String
- Definition Classes
- AnyRef → Any
- 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()