Packages

final class Logger extends Serializable

Implementation of a fast logger based on macros and an underlying org.slf4j.Logger.

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. macro def debug(marker: Marker, message: String, args: Any*): Unit
  7. macro def debug(marker: Marker, message: String, cause: Throwable): Unit
  8. macro def debug(marker: Marker, message: String): Unit
  9. macro def debug(message: String, args: Any*): Unit
  10. macro def debug(message: String, cause: Throwable): Unit
  11. macro def debug(message: String): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. macro def error(marker: Marker, message: String, args: Any*): Unit
  15. macro def error(marker: Marker, message: String, cause: Throwable): Unit
  16. macro def error(marker: Marker, message: String): Unit
  17. macro def error(message: String, args: Any*): Unit
  18. macro def error(message: String, cause: Throwable): Unit
  19. macro def error(message: String): Unit
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. macro def info(marker: Marker, message: String, args: Any*): Unit
  24. macro def info(marker: Marker, message: String, cause: Throwable): Unit
  25. macro def info(marker: Marker, message: String): Unit
  26. macro def info(message: String, args: Any*): Unit
  27. macro def info(message: String, cause: Throwable): Unit
  28. macro def info(message: String): Unit
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. macro def trace(marker: Marker, message: String, args: Any*): Unit
  36. macro def trace(marker: Marker, message: String, cause: Throwable): Unit
  37. macro def trace(marker: Marker, message: String): Unit
  38. macro def trace(message: String, args: Any*): Unit
  39. macro def trace(message: String, cause: Throwable): Unit
  40. macro def trace(message: String): Unit
  41. val underlying: org.slf4j.Logger
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. macro def warn(marker: Marker, message: String, args: Any*): Unit
  46. macro def warn(marker: Marker, message: String, cause: Throwable): Unit
  47. macro def warn(marker: Marker, message: String): Unit
  48. macro def warn(message: String, args: Any*): Unit
  49. macro def warn(message: String, cause: Throwable): Unit
  50. macro def warn(message: String): Unit
  51. macro def whenDebugEnabled(body: Unit): Unit
  52. macro def whenErrorEnabled(body: Unit): Unit
  53. macro def whenInfoEnabled(body: Unit): Unit
  54. macro def whenTraceEnabled(body: Unit): Unit
  55. macro def whenWarnEnabled(body: Unit): Unit

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped