razie

Log

object Log extends Logging

some logging basics

Deprecated

use the Logging trait

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

Type Members

  1. class cdebug extends AnyRef

    Definition Classes
    Logging
    Annotations
    @inline()
  2. class clog extends AnyRef

    Definition Classes
    Logging
    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. def alarmThis(msg: String, e: Throwable): String

    returns

    the same message, so you can return it

  7. def alarmThis(msg: String): String

    returns

    the same message, so you can return it

  8. def apply(msg: String): Unit

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def audit(message: ⇒ String, e: Throwable): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()
  11. def audit(message: ⇒ String): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()
  12. def cdebug: cdebug

    c++ memories, anyone.

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

    Definition Classes
    Logging
    Annotations
    @inline()
  13. def clog: clog

    c++ memories, anyone.

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

    Definition Classes
    Logging
    Annotations
    @inline()
  14. def clone(): AnyRef

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

    Definition Classes
    LogLogging
    Annotations
    @inline()
  16. def debug(message: ⇒ String): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    LogLogging
    Annotations
    @inline()
  20. def error(message: ⇒ String): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()
  21. def finalize(): Unit

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

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

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

    Definition Classes
    LogLogging
    Annotations
    @inline()
  25. def info(message: ⇒ String): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()
  26. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    LogLogging
    Annotations
    @inline()
  28. def log(message: ⇒ String): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()
  29. val logger: Log

    Definition Classes
    LogLogging
  30. final def ne(arg0: AnyRef): Boolean

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

    Attributes
    protected
    Definition Classes
    Logging
  32. def newlog(clazz: Class[_]): Log

    Attributes
    protected
    Definition Classes
    Logging
  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def silent(b: Boolean): Unit

  36. 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
    Definition Classes
    Logging
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  39. def toString(): String

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

    Definition Classes
    LogLogging
    Annotations
    @inline()
  41. def trace(message: ⇒ String): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()
  42. def traceThis(f: ⇒ Any): Unit

    optimized so the code is not even invoked if tracing is off .

    optimized so the code is not even invoked if tracing is off ... don't suppose this will cause side-effects?

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def warn(message: ⇒ String, e: Throwable): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()
  47. def warn(message: ⇒ String): Unit

    Definition Classes
    LogLogging
    Annotations
    @inline()

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped