final class FilterLogger extends AbstractUnderlyingLogger

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

Instance Constructors

  1. new FilterLogger(name: String)

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
    FilterLoggerUnderlyingLogger
  7. def debug(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  8. def debug(source: String, message: String): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  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
    FilterLoggerUnderlyingLogger
  12. def error(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  13. def error(source: String, message: String): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  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
    FilterLoggerUnderlyingLogger
  18. def info(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  19. def info(source: String, message: String): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  20. final def isDebugEnabled: Boolean
    Definition Classes
    AbstractUnderlyingLoggerUnderlyingLogger
    Annotations
    @inline()
  21. final def isErrorEnabled: Boolean
    Definition Classes
    AbstractUnderlyingLoggerUnderlyingLogger
    Annotations
    @inline()
  22. final def isInfoEnabled: Boolean
    Definition Classes
    AbstractUnderlyingLoggerUnderlyingLogger
    Annotations
    @inline()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def isTraceEnabled: Boolean
    Definition Classes
    AbstractUnderlyingLoggerUnderlyingLogger
    Annotations
    @inline()
  25. final def isWarnEnabled: Boolean
    Definition Classes
    AbstractUnderlyingLoggerUnderlyingLogger
    Annotations
    @inline()
  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
    FilterLoggerUnderlyingLogger
  32. def trace(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  33. def trace(source: String, message: String): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  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
    FilterLoggerUnderlyingLogger
  38. def warn(source: String, message: String, cause: Throwable): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger
  39. def warn(source: String, message: String): Unit
    Definition Classes
    FilterLoggerUnderlyingLogger

Inherited from UnderlyingLogger

Inherited from AnyRef

Inherited from Any

Ungrouped