Packages

class Logger extends AnyRef

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

Instance Constructors

  1. new Logger(name: String)

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def debug(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  7. def debug(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  8. def debug(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  9. def debug(message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  10. def debug(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  11. def debug(message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def error(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  15. def error(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  16. def error(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  17. def error(message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  18. def error(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  19. def error(message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def info(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  24. def info(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  25. def info(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  26. def info(message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  27. def info(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  28. def info(message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val log: com.typesafe.scalalogging.Logger
    Attributes
    protected
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def trace(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  37. def trace(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  38. def trace(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  39. def trace(message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  40. def trace(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  41. def trace(message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. def warn(markerContext: MarkerContext, message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  46. def warn(markerContext: MarkerContext, message: String, args: Any*)(implicit mapContext: MapContext): Unit
  47. def warn(markerContext: MarkerContext, message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  48. def warn(message: String, args: Any*)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  49. def warn(message: String, cause: Throwable)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()
  50. def warn(message: String)(implicit mapContext: MapContext): Unit
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped