Packages

c

scail.commons.ops.util

LoggerOps

implicit final class LoggerOps extends AnyVal

Extension methods for Scala Logging.

Source
util.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoggerOps
  2. AnyVal
  3. Any
Implicitly
  1. by AnyOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LoggerOps(value: Logger)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from LoggerOps to any2stringadd[LoggerOps] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LoggerOps, B)
    Implicit
    This member is added by an implicit conversion from LoggerOps to ArrowAssoc[LoggerOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def debug(e: ⇒ Throwable): Unit

    Logs an exception (throwable) at the DEBUG level.

    Logs an exception (throwable) at the DEBUG level.

    e

    the exception (throwable) to log

    Annotations
    @inline()
  8. def ensuring(cond: (LoggerOps) ⇒ Boolean, msg: ⇒ Any): LoggerOps
    Implicit
    This member is added by an implicit conversion from LoggerOps to Ensuring[LoggerOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (LoggerOps) ⇒ Boolean): LoggerOps
    Implicit
    This member is added by an implicit conversion from LoggerOps to Ensuring[LoggerOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): LoggerOps
    Implicit
    This member is added by an implicit conversion from LoggerOps to Ensuring[LoggerOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): LoggerOps
    Implicit
    This member is added by an implicit conversion from LoggerOps to Ensuring[LoggerOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def error(e: ⇒ Throwable): Unit

    Logs an exception (throwable) at the ERROR level.

    Logs an exception (throwable) at the ERROR level.

    e

    the exception (throwable) to log

    Annotations
    @inline()
  13. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LoggerOps to StringFormat[LoggerOps] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def future: Future[LoggerOps]

    Creates an already completed Future containing value.

    Creates an already completed Future containing value.

    returns

    the already completed Future with the specified result

    Implicit
    This member is added by an implicit conversion from LoggerOps to AnyOps[LoggerOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. def info(e: ⇒ Throwable): Unit

    Logs an exception (throwable) at the INFO level.

    Logs an exception (throwable) at the INFO level.

    e

    the exception (throwable) to log

    Annotations
    @inline()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def option: Option[LoggerOps]

    Creates an Option containing value.

    Creates an Option containing value.

    returns

    Some(value) if value is not null, None otherwise

    Implicit
    This member is added by an implicit conversion from LoggerOps to AnyOps[LoggerOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
    Annotations
    @inline()
  19. def tap(f: (LoggerOps) ⇒ Unit): LoggerOps

    Applies side-effectul method to value, returning value.

    Applies side-effectul method to value, returning value.

    f

    the side-effectful method to apply to value

    returns

    value

    Implicit
    This member is added by an implicit conversion from LoggerOps to AnyOps[LoggerOps] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
  20. def toString(): String
    Definition Classes
    Any
  21. def trace(e: ⇒ Throwable): Unit

    Logs an exception (throwable) at the TRACE level.

    Logs an exception (throwable) at the TRACE level.

    e

    the exception (throwable) to log

    Annotations
    @inline()
  22. def warn(e: ⇒ Throwable): Unit

    Logs an exception (throwable) at the WARN level.

    Logs an exception (throwable) at the WARN level.

    e

    the exception (throwable) to log

    Annotations
    @inline()
  23. def [B](y: B): (LoggerOps, B)
    Implicit
    This member is added by an implicit conversion from LoggerOps to ArrowAssoc[LoggerOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion AnyOps from LoggerOps to AnyOps[LoggerOps]

Inherited by implicit conversion any2stringadd from LoggerOps to any2stringadd[LoggerOps]

Inherited by implicit conversion StringFormat from LoggerOps to StringFormat[LoggerOps]

Inherited by implicit conversion Ensuring from LoggerOps to Ensuring[LoggerOps]

Inherited by implicit conversion ArrowAssoc from LoggerOps to ArrowAssoc[LoggerOps]

Ungrouped