DefaultFS2IOAppender

com.malliina.logback.fs2.DefaultFS2IOAppender
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

Members list

Concise view

Value members

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[ILoggingEvent]): 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
override def append(eventObject: ILoggingEvent): Unit

Attributes

Definition Classes
FS2IOAppender -> AppenderBase
Inherited from:
FS2IOAppender
def clearAllFilters(): Unit

Attributes

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

Attributes

Inherited from:
AppenderBase
def format(timeStamp: Long): String

Attributes

Inherited from:
TimeFormatting
def getContext(): Context

Attributes

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

Attributes

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

Attributes

Inherited from:
AppenderBase
def getName(): String

Attributes

Inherited from:
AppenderBase
def getStatusManager(): StatusManager

Attributes

Inherited from:
ContextAwareBase
def getTimeFormat: String

Attributes

Inherited from:
TimeFormatting
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 setTimeFormat(format: String): Unit

Attributes

Inherited from:
TimeFormatting
def start(): Unit

Attributes

Inherited from:
AppenderBase
override def stop(): Unit

Attributes

Definition Classes
FS2Appender -> AppenderBase -> LifeCycle
Inherited from:
FS2Appender
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 logEvents: Stream[F, LogEvent]

Inherited fields

val d: Dispatcher[F]

Attributes

Inherited from:
FS2Appender
val source: Stream[F, ILoggingEvent]

Attributes

Inherited from:
FS2Appender
val topic: Topic[F, Option[ILoggingEvent]]

Attributes

Inherited from:
FS2Appender