FS2Appender

com.malliina.logstreams.client.FS2Appender
See theFS2Appender companion object
class FS2Appender(res: ResourceParts[IO]) extends FS2AppenderF[IO]

Attributes

Companion
object
Graph
Supertypes
class FS2AppenderF[IO]
class SocketAppender[IO, WebSocketF[IO]]
class DefaultFS2IOAppender[IO]
trait TimeFormatting[ILoggingEvent]
class FS2IOAppender[IO, ILoggingEvent]
class FS2Appender[IO, ILoggingEvent]
class AppenderBase[ILoggingEvent]
trait Appender[ILoggingEvent]
trait FilterAttachable[ILoggingEvent]
trait LifeCycle
class ContextAwareBase
trait ContextAware
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this()

Concrete methods

override def stop(): Unit

Attributes

Definition Classes
FS2AppenderF -> SocketAppender -> FS2Appender -> 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[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 getEnabled: Boolean

Attributes

Inherited from:
SocketAppender
def getEndpoint: String

Attributes

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

Attributes

Inherited from:
AppenderBase
def getName(): String

Attributes

Inherited from:
AppenderBase
def getPassword: String

Attributes

Inherited from:
SocketAppender
def getSecure: Boolean

Attributes

Inherited from:
SocketAppender
def getStatusManager(): StatusManager

Attributes

Inherited from:
ContextAwareBase
def getTimeFormat: String

Attributes

Inherited from:
TimeFormatting
def getUsername: String

Attributes

Inherited from:
SocketAppender
def isStarted(): Boolean

Attributes

Inherited from:
AppenderBase
def missing(fieldName: String): String

Attributes

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

Attributes

Inherited from:
ContextAwareBase
def setEnabled(isEnabled: Boolean): Unit

Attributes

Inherited from:
SocketAppender
def setEndpoint(dest: String): Unit

Attributes

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

Attributes

Inherited from:
AppenderBase
def setPassword(pass: String): Unit

Attributes

Inherited from:
SocketAppender
def setSecure(isSecure: Boolean): Unit

Attributes

Inherited from:
SocketAppender
def setTimeFormat(format: String): Unit

Attributes

Inherited from:
TimeFormatting
def setUsername(user: String): Unit

Attributes

Inherited from:
SocketAppender
override def start(): Unit

Attributes

Definition Classes
FS2AppenderF -> AppenderBase -> LifeCycle
Inherited from:
FS2AppenderF
def toMissing[O](o: Option[O], fieldName: String): Either[String, O]

Attributes

Inherited from:
SocketAppender
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

Inherited fields

val F: Async[IO]

Attributes

Inherited from:
FS2AppenderF
var client: Option[WebSocketF[IO]]

Attributes

Inherited from:
SocketAppender
val d: Dispatcher[IO]

Attributes

Inherited from:
FS2Appender
var endpoint: Option[FullUrl]

Attributes

Inherited from:
SocketAppender
val logEvents: Stream[IO, LogEvent]

Attributes

Inherited from:
DefaultFS2IOAppender
var password: Option[String]

Attributes

Inherited from:
SocketAppender
val source: Stream[IO, ILoggingEvent]

Attributes

Inherited from:
FS2Appender
val topic: Topic[IO, ILoggingEvent]

Attributes

Inherited from:
FS2Appender
var username: Option[String]

Attributes

Inherited from:
SocketAppender