trait
Logger extends Logger
Abstract Value Members
-
abstract
def
log(level: Value, message: ⇒ String): Unit
-
abstract
def
success(message: ⇒ String): Unit
-
abstract
def
trace(t: ⇒ Throwable): Unit
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
ansiCodesSupported: Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
debug(msg: F0[String]): Unit
-
final
def
debug(message: ⇒ String): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
error(msg: F0[String]): Unit
-
final
def
error(message: ⇒ String): Unit
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
def
info(msg: F0[String]): Unit
-
final
def
info(message: ⇒ String): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
log(level: Value, msg: F0[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
trace(msg: F0[Throwable]): Unit
-
final
def
verbose(message: ⇒ String): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
warn(msg: F0[String]): Unit
-
final
def
warn(message: ⇒ String): Unit
Inherited from AnyRef
Inherited from Any
This is intended to be the simplest logging interface for use by code that wants to log. It does not include configuring the logger.