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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def config(message: ⇒ String): Unit

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

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

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

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

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

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

  15. def finalize(): Unit

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

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

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

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

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

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

  22. final def isInstanceOf[T0]: Boolean

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

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

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

  26. implicit val logger: MLogger

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

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

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

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

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

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

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

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

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

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

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

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

  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def warn(message: ⇒ String): Unit

  44. 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