Object

fm.common.Logger

NoLogger

Related Doc: package Logger

Permalink

object NoLogger extends Logger

Linear Supertypes
Logger, AnyRef, Any
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. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def debug(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  7. def debug(ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  8. def debug(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def error(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  12. def error(ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  13. def error(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def info(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  17. def info(ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  18. def info(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  19. def isDebugEnabled: Boolean

    Permalink
    Definition Classes
    NoLoggerLogger
  20. def isErrorEnabled: Boolean

    Permalink
    Definition Classes
    NoLoggerLogger
  21. def isInfoEnabled: Boolean

    Permalink
    Definition Classes
    NoLoggerLogger
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isTraceEnabled: Boolean

    Permalink
    Definition Classes
    NoLoggerLogger
  24. def isWarnEnabled: Boolean

    Permalink
    Definition Classes
    NoLoggerLogger
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def trace(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  31. def trace(ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  32. def trace(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def warn(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  37. def warn(ex: Throwable): Unit

    Permalink
    Definition Classes
    NoLoggerLogger
  38. def warn(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    NoLoggerLogger

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped