package logger
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AbstractLogIO[F[_]] extends UnsafeLogIO[F]
- trait AbstractLogger extends AbstractLoggerF[Identity]
- trait AbstractLoggerF[F[_]] extends AnyRef
- trait AbstractMacroLogIO[F[_]] extends AnyRef
- trait AbstractMacroLogger extends AnyRef
- trait AbstractMacroRawLogIO[F[_]] extends AnyRef
- trait AbstractMacroRawLogger extends AnyRef
- trait AbstractMacroStrictLogIO[F[_]] extends AnyRef
- trait AbstractMacroStrictLogger extends AnyRef
- trait EncodingAwareAbstractLogIO[F[_], -E <: AnyEncoded] extends AbstractLogIO[F]
- trait EncodingAwareAbstractLogger[-E <: AnyEncoded] extends AbstractLogger
- final class LogIORaw[F[_], E <: AnyEncoded] extends EncodingAwareAbstractLogIO[F, E] with AbstractMacroRawLogIO[F]
- trait LogQueue extends AutoCloseable
- trait LogRouter extends AutoCloseable
- trait LogSink extends AnyRef
- final class RawLogger[E <: AnyEncoded] extends EncodingAwareAbstractLogger[E] with AbstractMacroRawLogger
- trait RoutingLogger extends AbstractLogger
Logger that forwards entries to LogRouter