Trait

razie

Logging

Related Doc: package razie

Permalink

trait Logging extends AnyRef

A Logging trait you can mix into an implementation class without affecting its public API

NOTE: IF you get an anon class name, you can override the logger: protected override val logger = newlog (classOf)

NOTE: the formatting uses java.lang.String.format NOT slf4j formatting by reason of clusterfuk

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class cdebug extends AnyRef

    Permalink
    Annotations
    @inline()
  2. class clog extends AnyRef

    Permalink
    Annotations
    @inline()

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 audit(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  6. def audit(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  7. def cdebug: cdebug

    Permalink

    c++ memories, anyone...

    c++ memories, anyone... i do like to use the cout << x instead of println(x)

    Annotations
    @inline()
  8. def clog: clog

    Permalink

    c++ memories, anyone...

    c++ memories, anyone... i do like to use the cout << x instead of println(x)

    Annotations
    @inline()
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def debug(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  11. def debug(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def error(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  15. def error(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

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

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  20. def info(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def log(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  23. def log(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  24. val logger: Log

    Permalink
    Attributes
    protected
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def newlog(s: String): Log

    Permalink
    Attributes
    protected
  27. def newlog(clazz: Class[_]): Log

    Permalink
    Attributes
    protected
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def slf4j: Logger

    Permalink

    use this if you want to log with slf4j conventions instead of the formatting conventions implemented here (String.format).

    use this if you want to log with slf4j conventions instead of the formatting conventions implemented here (String.format).

    Printf rules!

    Attributes
    protected
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def tee(message: ⇒ String): String

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def trace(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  35. def trace(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. def warn(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  40. def warn(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped