final class Logger extends AnyVal

Implementation for a performant Logger based on macros and an underlying Logger. Adaptation of the scala-logging Logger implementation.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. macro def debug(message: String, args: Any*): Unit
  6. macro def debug(message: String, cause: Throwable): Unit
  7. macro def debug(message: String): Unit
  8. macro def error(message: String, args: Any*): Unit
  9. macro def error(message: String, cause: Throwable): Unit
  10. macro def error(message: String): Unit
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. macro def info(message: String, args: Any*): Unit
  13. macro def info(message: String, cause: Throwable): Unit
  14. macro def info(message: String): Unit
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def toString(): String
    Definition Classes
    Any
  17. macro def trace(message: String, args: Any*): Unit
  18. macro def trace(message: String, cause: Throwable): Unit
  19. macro def trace(message: String): Unit
  20. val underlying: UnderlyingLogger
  21. macro def warn(message: String, args: Any*): Unit
  22. macro def warn(message: String, cause: Throwable): Unit
  23. macro def warn(message: String): Unit

Inherited from AnyVal

Inherited from Any

Ungrouped