SocketAppender

class SocketAppender[F[_], T](comps: LoggingComps[F])(implicit evidence$1: Async[F]) extends DefaultFS2IOAppender[F]
class DefaultFS2IOAppender[F]
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

Value members

Concrete methods

def getEnabled: Boolean
def getEndpoint: String
def getPassword: String
def getSecure: Boolean
def getUsername: String
def missing(fieldName: String): String
def setEnabled(isEnabled: Boolean): Unit
def setEndpoint(dest: String): Unit
def setPassword(pass: String): Unit
def setSecure(isSecure: Boolean): Unit
def setUsername(user: String): Unit
override def stop(): Unit
Definition Classes
FS2Appender -> AppenderBase -> LifeCycle
def toMissing[O](o: Option[O], fieldName: String): Either[String, O]

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[ILoggingEvent]): 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
override def append(eventObject: ILoggingEvent): Unit
Definition Classes
FS2IOAppender -> AppenderBase
Inherited from:
FS2IOAppender
def clearAllFilters(): Unit
Inherited from:
AppenderBase
def doAppend(x$0: ILoggingEvent): Unit
Inherited from:
AppenderBase
def format(timeStamp: Long): String
Inherited from:
TimeFormatting
def getContext(): Context
Inherited from:
ContextAwareBase
def getCopyOfAttachedFiltersList(): List[Filter[ILoggingEvent]]
Inherited from:
AppenderBase
def getFilterChainDecision(x$0: ILoggingEvent): FilterReply
Inherited from:
AppenderBase
def getName(): String
Inherited from:
AppenderBase
def getStatusManager(): StatusManager
Inherited from:
ContextAwareBase
def getTimeFormat: String
Inherited from:
TimeFormatting
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 setTimeFormat(format: String): Unit
Inherited from:
TimeFormatting
def start(): Unit
Inherited from:
AppenderBase
def toString(): String
Inherited from:
AppenderBase

Concrete fields

var client: Option[T]
var endpoint: Option[FullUrl]
var password: Option[String]
var username: Option[String]

Inherited fields

val d: Dispatcher[F]
Inherited from:
FS2Appender
val logEvents: Stream[F, LogEvent]
Inherited from:
DefaultFS2IOAppender
val source: Stream[F, ILoggingEvent]
Inherited from:
FS2Appender
val topic: Topic[F, Option[ILoggingEvent]]
Inherited from:
FS2Appender