final case class Logger(tag: String, level: Level) extends Product with Serializable
A logger.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Logger
- Serializable
- Serializable
- Product
- Equals
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
debug(message: String, t: Throwable): Unit
Writes a message and a stack trace to the log at level "debug".
-
def
debug(message: String): Unit
Writes a message to the log at level "debug" .
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
error(message: String, t: Throwable): Unit
Writes a message and a stack trace to the log at level "error".
-
def
error(message: String): Unit
Writes a message to the log at level "error" .
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
info(message: String, t: Throwable): Unit
Writes a message and a stack trace to the log at level "info".
-
def
info(message: String): Unit
Writes a message to the log at level "info" .
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var level: Level
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- var tag: String
-
def
verb(message: String, t: Throwable): Unit
Writes a message and a stack trace to the log at level "verbose".
-
def
verb(message: String): Unit
Writes a message to the log at level "verbose" .
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
warn(message: String, t: Throwable): Unit
Writes a message and a stack trace to the log at level "warn".
-
def
warn(message: String): Unit
Writes a message to the log at level "warn" .
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated