class NullLogger extends Logger
A null logger.
- Alphabetic
- By Inheritance
- NullLogger
- Logger
- 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
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def debug(msg: => AnyRef, t: => Throwable): Unit
Issue a debug logging message, with an exception.
Issue a debug logging message, with an exception.
- msg
the message object.
toString()is called to convert it to a loggable string.- t
the exception to include with the logged message.
- Definition Classes
- NullLogger → Logger
- def debug(msg: => AnyRef): Unit
Issue a debug logging message.
Issue a debug logging message.
- msg
the message object.
toString()is called to convert it to a loggable string.
- Definition Classes
- NullLogger → Logger
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(msg: => AnyRef, t: => Throwable): Unit
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
- msg
the message object.
toString()is called to convert it to a loggable string.- t
the exception to include with the logged message.
- Definition Classes
- NullLogger → Logger
- def error(msg: => AnyRef): Unit
Issue a trace logging message.
Issue a trace logging message.
- msg
the message object.
toString()is called to convert it to a loggable string.
- Definition Classes
- NullLogger → Logger
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val handlers: List[Handler]
Get the loggers list of handlers.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(msg: => AnyRef, t: => Throwable): Unit
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
- msg
the message object.
toString()is called to convert it to a loggable string.- t
the exception to include with the logged message.
- Definition Classes
- NullLogger → Logger
- def info(msg: => AnyRef): Unit
Issue a trace logging message.
Issue a trace logging message.
- msg
the message object.
toString()is called to convert it to a loggable string.
- Definition Classes
- NullLogger → Logger
- def isDebugEnabled: Boolean
Determine whether debug logging is enabled.
Determine whether debug logging is enabled.
- Definition Classes
- NullLogger → Logger
- def isErrorEnabled: Boolean
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
- Definition Classes
- NullLogger → Logger
- def isInfoEnabled: Boolean
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
- Definition Classes
- NullLogger → Logger
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLevelEnabled(logLevel: LogLevel): Boolean
Determine whether a specific logging level is enabled.
Determine whether a specific logging level is enabled.
- logLevel
the level
- Definition Classes
- NullLogger → Logger
- def isTraceEnabled: Boolean
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
- Definition Classes
- NullLogger → Logger
- def isWarnEnabled: Boolean
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
- Definition Classes
- NullLogger → Logger
- val level: LogLevel
- Definition Classes
- NullLogger → Logger
- def log(logLevel: LogLevel, msg: => AnyRef): Unit
Log a message at an arbitrary level.
Log a message at an arbitrary level.
- logLevel
the level
- msg
the message to log
- Definition Classes
- NullLogger → Logger
- val name: String
- Definition Classes
- NullLogger → Logger
- 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: => AnyRef, t: => Throwable): Unit
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
- msg
the message object.
toString()is called to convert it to a loggable string.- t
the exception to include with the logged message.
- Definition Classes
- NullLogger → Logger
- def trace(msg: => AnyRef): Unit
Issue a trace logging message.
Issue a trace logging message.
- msg
the message object.
toString()is called to convert it to a loggable string.
- Definition Classes
- NullLogger → Logger
- 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()
- def warn(msg: => AnyRef, t: => Throwable): Unit
Issue a warning logging message, with an exception.
Issue a warning logging message, with an exception.
- msg
the message object.
toString()is called to convert it to a loggable string.- t
the exception to include with the logged message.
- Definition Classes
- NullLogger → Logger
- def warn(msg: => AnyRef): Unit
Issue a warning logging message.
Issue a warning logging message.
- msg
the message object.
toString()is called to convert it to a loggable string.
- Definition Classes
- NullLogger → Logger