Trait

com.github.mlangc.slf4zio.api.Logging

Service

Related Doc: package Logging

Permalink

trait Service[-R] extends AnyRef

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

Abstract Value Members

  1. abstract def logger: URIO[R, Logger]

    Permalink

Concrete 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
    @IntrinsicCandidate() @throws( ... )
  6. final def debugIO(marker: Marker, msg: ⇒ String, th: Throwable): URIO[R, Unit]

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

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

    Permalink
  9. final def debugIO(msg: ⇒ String): URIO[R, 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. final def errorIO(marker: Marker, msg: ⇒ String, th: Throwable): URIO[R, Unit]

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

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

    Permalink
  15. final def errorIO(msg: ⇒ String): URIO[R, Unit]

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

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

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

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

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

    Permalink
  21. final def infoIO(msg: ⇒ String): URIO[R, Unit]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def logIO(msg: ⇒ LogMessage): URIO[R, Unit]

    Permalink
  24. final def mdzio: MDZIO

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def traceIO(marker: Marker, msg: ⇒ String, th: Throwable): URIO[R, Unit]

    Permalink
  31. final def traceIO(marker: Marker, msg: ⇒ String): URIO[R, Unit]

    Permalink
  32. final def traceIO(msg: ⇒ String, th: Throwable): URIO[R, Unit]

    Permalink
  33. final def traceIO(msg: ⇒ String): URIO[R, Unit]

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

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

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

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

    Permalink
  38. final def warnIO(marker: Marker, msg: ⇒ String): URIO[R, Unit]

    Permalink
  39. final def warnIO(msg: ⇒ String, th: Throwable): URIO[R, Unit]

    Permalink
  40. final def warnIO(msg: ⇒ String): URIO[R, 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