package api
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- api
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Logging extends AnyRef
- trait LoggingSupport extends AnyRef
- implicit final class Slf4jLoggerOps extends AnyRef
Value Members
- def getLogger(name: String): Logger
- def getLogger(clazz: Class[_]): Logger
- def getLogger[T](implicit classTag: ClassTag[T]): Logger
- def makeLogger[T](implicit classTag: ClassTag[T]): UIO[Logger]
- def makeLogger(name: String): UIO[Logger]
- object Logging
- object logging extends Service[Logging]