com.mchange.sc.v1.log

MLogger

class MLogger extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MLogger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MLogger(inner: v2.log.MLogger)

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def config(message: ⇒ String): Unit

  7. def entering(sourceClass: ⇒ String, sourceMethod: ⇒ String, params: ⇒ Seq[Any]): Unit

  8. def entering(sourceClass: ⇒ String, sourceMethod: ⇒ String): Unit

  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def exiting(sourceClass: ⇒ String, sourceMethod: ⇒ String, params: ⇒ Seq[Any]): Unit

  12. def exiting(sourceClass: ⇒ String, sourceMethod: ⇒ String): Unit

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fine(message: ⇒ String): Unit

  15. def finer(message: ⇒ String): Unit

  16. def finest(message: ⇒ String): Unit

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def info(message: ⇒ String): Unit

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def log(level: MLevel, message: ⇒ String, error: ⇒ Throwable): Unit

  22. def log(level: MLevel, message: ⇒ String): Unit

  23. def logFormat(level: MLevel, message: ⇒ String, params: ⇒ Seq[Any]): Unit

  24. implicit val logger: MLogger

  25. def logp(level: MLevel, sourceClass: ⇒ String, sourceMethod: ⇒ String, message: ⇒ String, error: ⇒ Throwable): Unit

  26. def logp(level: MLevel, sourceClass: ⇒ String, sourceMethod: ⇒ String, message: ⇒ String): Unit

  27. def logpFormat(level: MLevel, sourceClass: ⇒ String, sourceMethod: ⇒ String, message: ⇒ String, params: ⇒ Seq[Any]): Unit

  28. def logrb(level: MLevel, sourceClass: ⇒ String, sourceMethod: ⇒ String, resourceBundle: ⇒ String, message: ⇒ String, error: ⇒ Throwable): Unit

  29. def logrb(level: MLevel, sourceClass: ⇒ String, sourceMethod: ⇒ String, resourceBundle: ⇒ String, message: ⇒ String): Unit

  30. def logrbFormat(level: MLevel, sourceClass: ⇒ String, sourceMethod: ⇒ String, resourceBundle: ⇒ String, message: ⇒ String, params: ⇒ Seq[Any]): Unit

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def severe(message: ⇒ String): Unit

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def throwing(sourceClass: String, sourceMethod: String, error: Throwable): Unit

  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def warning(message: ⇒ String): Unit

Deprecated Value Members

  1. def level: MLevel

    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) stick to common denominator logging through MLog facade

  2. def level_=(level: MLevel): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) stick to common denominator logging through MLog facade

  3. def resourceBundle: ResourceBundle

    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) stick to common denominator logging through MLog facade

  4. def resourceBundleName: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) stick to common denominator logging through MLog facade

Inherited from AnyRef

Inherited from Any

Ungrouped