razie

Logging

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 clusterfuck

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class cdebug extends AnyRef

    Annotations
    @inline()
  2. class clog extends AnyRef

    Annotations
    @inline()

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

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

    Attributes
    protected
    Annotations
    @inline()
  9. def cdebug: cdebug

    c++ memories, anyone.

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

    Annotations
    @inline()
  10. def clog: clog

    c++ memories, anyone.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. def slf4j: Logger

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

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

    Printf rules!

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

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

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

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

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

    Attributes
    protected
    Annotations
    @inline()
  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 warn(message: ⇒ String, e: Throwable): Unit

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

    Attributes
    protected
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped