com.malliina.logback.fs2

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
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
abstract class FS2Appender[F[_], E](comps: FS2AppenderComps[F, E])(implicit evidence$2: Async[F]) extends AppenderBase[E]

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
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

Graph
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
Known subtypes

Types

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