FS2Appender

abstract class FS2Appender[E](c: Concurrent[[A] =>> IO[A]]) extends AppenderBase[E]
class AppenderBase[E]
trait Appender[E]
trait FilterAttachable[E]
trait LifeCycle
class ContextAwareBase
trait ContextAware
class Object
trait Matchable
class Any

Value members

Concrete methods

def close(): Unit

Inherited methods

def addError(`x$0`: String, `x$1`: Throwable): Unit
Inherited from
ContextAwareBase
def addError(`x$0`: String): Unit
Inherited from
ContextAwareBase
def addFilter(`x$0`: Filter[E]): Unit
Inherited from
AppenderBase
def addInfo(`x$0`: String, `x$1`: Throwable): Unit
Inherited from
ContextAwareBase
def addInfo(`x$0`: String): Unit
Inherited from
ContextAwareBase
def addStatus(`x$0`: Status): Unit
Inherited from
ContextAwareBase
def addWarn(`x$0`: String, `x$1`: Throwable): Unit
Inherited from
ContextAwareBase
def addWarn(`x$0`: String): Unit
Inherited from
ContextAwareBase
def clearAllFilters(): Unit
Inherited from
AppenderBase
def doAppend(`x$0`: E): Unit
Inherited from
AppenderBase
def getContext(): Context
Inherited from
ContextAwareBase
def getCopyOfAttachedFiltersList(): List[Filter[E]]
Inherited from
AppenderBase
def getFilterChainDecision(`x$0`: E): FilterReply
Inherited from
AppenderBase
def getName(): String
Inherited from
AppenderBase
def getStatusManager(): StatusManager
Inherited from
ContextAwareBase
def isStarted(): Boolean
Inherited from
AppenderBase
def setContext(`x$0`: Context): Unit
Inherited from
ContextAwareBase
def setName(`x$0`: String): Unit
Inherited from
AppenderBase
def start(): Unit
Inherited from
AppenderBase
def stop(): Unit
Inherited from
AppenderBase
def toString(): String
Inherited from
AppenderBase

Concrete fields

val signal: SignallingRef[[A] =>> IO[A], Boolean]
val source: Stream[[A] =>> IO[A], E]
val topic: Topic[[A] =>> IO[A], Option[E]]