o

slogging

NullLogger

object NullLogger extends UnderlyingLogger

Linear Supertypes
UnderlyingLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullLogger
  2. UnderlyingLogger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def debug(source: String, message: String, args: Any*): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  7. def debug(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  8. def debug(source: String, message: String): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(source: String, message: String, args: Any*): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  12. def error(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  13. def error(source: String, message: String): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def info(source: String, message: String, args: Any*): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  18. def info(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  19. def info(source: String, message: String): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  20. val isDebugEnabled: Boolean
    Definition Classes
    NullLoggerUnderlyingLogger
  21. val isErrorEnabled: Boolean
    Definition Classes
    NullLoggerUnderlyingLogger
  22. val isInfoEnabled: Boolean
    Definition Classes
    NullLoggerUnderlyingLogger
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val isTraceEnabled: Boolean
    Definition Classes
    NullLoggerUnderlyingLogger
  25. val isWarnEnabled: Boolean
    Definition Classes
    NullLoggerUnderlyingLogger
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def trace(source: String, message: String, args: Any*): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  32. def trace(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  33. def trace(source: String, message: String): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def warn(source: String, message: String, args: Any*): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  38. def warn(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    NullLoggerUnderlyingLogger
  39. def warn(source: String, message: String): Unit
    Definition Classes
    NullLoggerUnderlyingLogger

Inherited from UnderlyingLogger

Inherited from AnyRef

Inherited from Any

Ungrouped