Packages

object NoLogger extends Logger

Source
Logger.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoLogger
  2. Logger
  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() @HotSpotIntrinsicCandidate()
  6. def debug(msg: => String, ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  7. def debug(ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  8. def debug(msg: => String): Unit
    Definition Classes
    NoLoggerLogger
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(msg: => String, ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  12. def error(ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  13. def error(msg: => String): Unit
    Definition Classes
    NoLoggerLogger
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def info(msg: => String, ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  17. def info(ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  18. def info(msg: => String): Unit
    Definition Classes
    NoLoggerLogger
  19. def isDebugEnabled: Boolean
    Definition Classes
    NoLoggerLogger
  20. def isErrorEnabled: Boolean
    Definition Classes
    NoLoggerLogger
  21. def isInfoEnabled: Boolean
    Definition Classes
    NoLoggerLogger
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isTraceEnabled: Boolean
    Definition Classes
    NoLoggerLogger
  24. def isWarnEnabled: Boolean
    Definition Classes
    NoLoggerLogger
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def trace(msg: => String, ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  31. def trace(ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  32. def trace(msg: => String): Unit
    Definition Classes
    NoLoggerLogger
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def warn(msg: => String, ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  37. def warn(ex: Throwable): Unit
    Definition Classes
    NoLoggerLogger
  38. def warn(msg: => String): Unit
    Definition Classes
    NoLoggerLogger

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped