FS2Appender

com.malliina.logback.fs2.FS2Appender
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
Show all
Known subtypes
class FS2IOAppender[F, E]

Members list

Value members

Concrete methods

override def stop(): Unit

Attributes

Definition Classes
AppenderBase -> LifeCycle

Inherited methods

def addError(x$0: String, x$1: Throwable): Unit

Attributes

Inherited from:
ContextAwareBase
def addError(x$0: String): Unit

Attributes

Inherited from:
ContextAwareBase
def addFilter(x$0: Filter[E]): Unit

Attributes

Inherited from:
AppenderBase
def addInfo(x$0: String, x$1: Throwable): Unit

Attributes

Inherited from:
ContextAwareBase
def addInfo(x$0: String): Unit

Attributes

Inherited from:
ContextAwareBase
def addStatus(x$0: Status): Unit

Attributes

Inherited from:
ContextAwareBase
def addWarn(x$0: String, x$1: Throwable): Unit

Attributes

Inherited from:
ContextAwareBase
def addWarn(x$0: String): Unit

Attributes

Inherited from:
ContextAwareBase
def clearAllFilters(): Unit

Attributes

Inherited from:
AppenderBase
def doAppend(x$0: E): Unit

Attributes

Inherited from:
AppenderBase
def getContext(): Context

Attributes

Inherited from:
ContextAwareBase
def getCopyOfAttachedFiltersList(): List[Filter[E]]

Attributes

Inherited from:
AppenderBase
def getFilterChainDecision(x$0: E): FilterReply

Attributes

Inherited from:
AppenderBase
def getName(): String

Attributes

Inherited from:
AppenderBase
def getStatusManager(): StatusManager

Attributes

Inherited from:
ContextAwareBase
def isStarted(): Boolean

Attributes

Inherited from:
AppenderBase
def setContext(x$0: Context): Unit

Attributes

Inherited from:
ContextAwareBase
def setName(x$0: String): Unit

Attributes

Inherited from:
AppenderBase
def start(): Unit

Attributes

Inherited from:
AppenderBase
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
AppenderBase

Concrete fields

val d: Dispatcher[F]
val source: Stream[F, E]
val topic: Topic[F, E]