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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped