Class

com.github.mlangc.slf4zio.api

Slf4jLoggerOps

Related Doc: package api

Permalink

implicit final class Slf4jLoggerOps extends AnyRef

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

Instance Constructors

  1. new Slf4jLoggerOps(logger: ⇒ Logger)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def debugIO(marker: Marker, msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  7. def debugIO(marker: Marker, msg: ⇒ String): UIO[Unit]

    Permalink
  8. def debugIO(msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  9. def debugIO(msg: ⇒ String): UIO[Unit]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def errorIO(marker: Marker, msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  13. def errorIO(marker: Marker, msg: ⇒ String): UIO[Unit]

    Permalink
  14. def errorIO(msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  15. def errorIO(msg: ⇒ String): UIO[Unit]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def infoIO(marker: Marker, msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  19. def infoIO(marker: Marker, msg: ⇒ String): UIO[Unit]

    Permalink
  20. def infoIO(msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  21. def infoIO(msg: ⇒ String): UIO[Unit]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def log(msg: LogMessage): Unit

    Permalink
  24. def logIO(msg: LogMessage): UIO[Unit]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def perfLog[A](thunk: ⇒ A)(spec: LogSpec[Throwable, A]): A

    Permalink
  29. def perfLogIO[R, E, A](zio: ZIO[R, E, A])(spec: LogSpec[E, A]): ZIO[R, E, A]

    Permalink
  30. def perfLogZIO[R, E, A, E2 >: E, A2 >: A](zio: ZIO[R, E, A])(spec: LogSpec[E2, A2]): ZIO[R with Clock, E, A]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def traceIO(marker: Marker, msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  34. def traceIO(marker: Marker, msg: ⇒ String): UIO[Unit]

    Permalink
  35. def traceIO(msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  36. def traceIO(msg: ⇒ String): UIO[Unit]

    Permalink
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def warnIO(marker: Marker, msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  41. def warnIO(marker: Marker, msg: ⇒ String): UIO[Unit]

    Permalink
  42. def warnIO(msg: ⇒ String, th: Throwable): UIO[Unit]

    Permalink
  43. def warnIO(msg: ⇒ String): UIO[Unit]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped