Package

com.github.mlangc.slf4zio

api

Permalink

package api

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

Type Members

  1. trait Logging extends AnyRef

    Permalink
  2. trait LoggingSupport extends AnyRef

    Permalink
  3. implicit final class Slf4jLoggerOps extends AnyRef

    Permalink

Value Members

  1. object Logging

    Permalink
  2. def getLogger(name: String): Logger

    Permalink
  3. def getLogger(clazz: Class[_]): Logger

    Permalink
  4. def getLogger[T](implicit classTag: ClassTag[T]): Logger

    Permalink
  5. object logging extends Service[Logging]

    Permalink
  6. def makeLogger[T](implicit classTag: ClassTag[T]): UIO[Logger]

    Permalink
  7. def makeLogger(name: String): UIO[Logger]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped