trait LoggingDsl extends AnyRef
- Alphabetic
- By Inheritance
- LoggingDsl
- AnyRef
- Any
- Hide All
- Show All
- 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
Issue a debug logging message, with an exception.
Issue a debug logging message, with an exception.
- Attributes
- protected
-
def
debug(msg: ⇒ Any): Unit
Issue a debug logging message.
Issue a debug logging message.
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(msg: ⇒ Any, t: ⇒ Throwable): Unit
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
- Attributes
- protected
-
def
error(msg: ⇒ Any): Unit
Issue a trace logging message.
Issue a trace logging message.
- Attributes
- protected
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
info(msg: ⇒ Any, t: ⇒ Throwable): Unit
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
- Attributes
- protected
-
def
info(msg: ⇒ Any): Unit
Issue a trace logging message.
Issue a trace logging message.
- Attributes
- protected
-
def
isDebugEnabled: Boolean
Determine whether debug logging is enabled.
Determine whether debug logging is enabled.
- Attributes
- protected
-
def
isErrorEnabled: Boolean
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
- Attributes
- protected
-
def
isInfoEnabled: Boolean
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled: Boolean
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
- Attributes
- protected
-
def
isWarnEnabled: Boolean
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
- Attributes
- protected
-
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
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
- Attributes
- protected
-
def
trace(msg: ⇒ Any): Unit
Issue a trace logging message.
Issue a trace logging message.
- Attributes
- protected
-
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
- @native() @throws( ... )
-
def
warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
- Attributes
- protected
-
def
warn(msg: ⇒ Any): Unit
Issue a trace logging message.
Issue a trace logging message.
- Attributes
- protected