Packages

final class SlickLogger extends AnyRef

Source
Logging.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SlickLogger
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SlickLogger(slf4jLogger: Logger)

Value Members

  1. def debug(msg: => String, t: Throwable): Unit
    Annotations
    @inline()
  2. def debug(msg: => String): Unit
    Annotations
    @inline()
  3. def debug(msg: => String, n: => Dumpable, mark: (Dumpable) => Boolean): Unit
    Annotations
    @inline()
  4. def debug(msg: => String, n: => Dumpable): Unit
    Annotations
    @inline()
  5. def error(msg: => String, t: Throwable): Unit
    Annotations
    @inline()
  6. def error(msg: => String): Unit
    Annotations
    @inline()
  7. def info(msg: => String, t: Throwable): Unit
    Annotations
    @inline()
  8. def info(msg: => String): Unit
    Annotations
    @inline()
  9. def isDebugEnabled: Boolean
    Annotations
    @inline()
  10. val slf4jLogger: Logger
  11. def trace(msg: => String, t: Throwable): Unit
    Annotations
    @inline()
  12. def trace(msg: => String): Unit
    Annotations
    @inline()
  13. def warn(msg: => String, n: => Dumpable): Unit
    Annotations
    @inline()
  14. def warn(msg: => String, t: Throwable): Unit
    Annotations
    @inline()
  15. def warn(msg: => String): Unit
    Annotations
    @inline()