Class/Object

com.mchange.sc.v1.log

MLogger

Related Docs: object MLogger | package log

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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 config(message: ⇒ String): Unit

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

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

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

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

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

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

    Permalink
  13. def fine(message: ⇒ String): Unit

    Permalink
  14. def finer(message: ⇒ String): Unit

    Permalink
  15. def finest(message: ⇒ String): Unit

    Permalink
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def info(message: ⇒ String): Unit

    Permalink
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  23. implicit val logger: MLogger

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

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

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

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

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

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

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def severe(message: ⇒ String): Unit

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

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

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

    Permalink
  41. def warning(message: ⇒ String): Unit

    Permalink

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.

  2. def level: MLevel

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  4. def resourceBundle: ResourceBundle

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  5. def resourceBundleName: String

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped