com.malliina.logback.fs2

Members list

Type members

Classlikes

class DefaultFS2IOAppender[F[_]](comps: LoggingComps[F])(implicit evidence$1: Async[F]) extends FS2IOAppender[F, ILoggingEvent], TimeFormatting[ILoggingEvent]

Attributes

Supertypes
trait TimeFormatting[ILoggingEvent]
class FS2IOAppender[F, ILoggingEvent]
class FS2Appender[F, ILoggingEvent]
class AppenderBase[ILoggingEvent]
trait Appender[ILoggingEvent]
trait FilterAttachable[ILoggingEvent]
trait LifeCycle
class ContextAwareBase
trait ContextAware
class Object
trait Matchable
class Any
Show all
abstract class FS2Appender[F[_], E](comps: FS2AppenderComps[F, E])(implicit evidence$1: Async[F]) extends AppenderBase[E]

Attributes

Supertypes
class AppenderBase[E]
trait Appender[E]
trait FilterAttachable[E]
trait LifeCycle
class ContextAwareBase
trait ContextAware
class Object
trait Matchable
class Any
Show all
Known subtypes
class FS2IOAppender[F, E]
case class FS2AppenderComps[F[_], E](topic: Topic[F, E], signal: SignallingRef[F, Boolean], d: Dispatcher[F])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class FS2IOAppender[F[_], E](comps: FS2AppenderComps[F, E])(implicit evidence$1: Async[F]) extends FS2Appender[F, E]

Attributes

Supertypes
class FS2Appender[F, E]
class AppenderBase[E]
trait Appender[E]
trait FilterAttachable[E]
trait LifeCycle
class ContextAwareBase
trait ContextAware
class Object
trait Matchable
class Any
Show all
Known subtypes

Types

type LoggingComps[F[_]] = FS2AppenderComps[F, ILoggingEvent]