Packages

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. Protected

Type Members

  1. trait Logging extends AnyRef
  2. trait LoggingSupport extends AnyRef
  3. implicit final class Slf4jLoggerOps extends AnyRef

Value Members

  1. def getLogger(name: String): Logger
  2. def getLogger(clazz: Class[_]): Logger
  3. def getLogger[T](implicit classTag: ClassTag[T]): Logger
  4. def makeLogger[T](implicit classTag: ClassTag[T]): UIO[Logger]
  5. def makeLogger(name: String): UIO[Logger]
  6. object Logging
  7. object logging extends Service[Logging]

Inherited from AnyRef

Inherited from Any

Ungrouped