CloudJsonLoggingAppender

io.github.nafg.cloudlogging.appender.CloudJsonLoggingAppender
See theCloudJsonLoggingAppender companion object
class CloudJsonLoggingAppender extends LoggingAppender

Attributes

Companion
object
Graph
Supertypes
class LoggingAppender
class UnsynchronizedAppenderBase[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

Concrete methods

override def append(e: ILoggingEvent): Unit

Attributes

Definition Classes
LoggingAppender -> UnsynchronizedAppenderBase
override def start(): Unit

Attributes

Definition Classes
LoggingAppender -> UnsynchronizedAppenderBase -> LifeCycle

Inherited methods

def addEnhancer(x$0: String): Unit

Attributes

Inherited from:
LoggingAppender
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:
UnsynchronizedAppenderBase
def addInfo(x$0: String, x$1: Throwable): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
LoggingAppender
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:
UnsynchronizedAppenderBase
def doAppend(x$0: ILoggingEvent): Unit

Attributes

Inherited from:
UnsynchronizedAppenderBase
def getContext(): Context

Attributes

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

Attributes

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

Attributes

Inherited from:
UnsynchronizedAppenderBase
def getName(): String

Attributes

Inherited from:
UnsynchronizedAppenderBase
def getStatusManager(): StatusManager

Attributes

Inherited from:
ContextAwareBase
def isStarted(): Boolean

Attributes

Inherited from:
UnsynchronizedAppenderBase
def setAutoPopulateMetadata(x$0: Boolean): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
LoggingAppender
def setFlushLevel(x$0: Level): Unit

Attributes

Inherited from:
LoggingAppender
def setLog(x$0: String): Unit

Attributes

Inherited from:
LoggingAppender
def setLogDestinationProjectId(x$0: String): Unit

Attributes

Inherited from:
LoggingAppender
def setLogbackBatchingSettings(x$0: LogbackBatchingSettings): Unit

Attributes

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

Attributes

Inherited from:
UnsynchronizedAppenderBase
def setPartialSuccess(x$0: Boolean): Unit

Attributes

Inherited from:
LoggingAppender
def setRedirectToStdout(x$0: Boolean): Unit

Attributes

Inherited from:
LoggingAppender
def setResourceType(x$0: String): Unit

Attributes

Inherited from:
LoggingAppender
def setWriteSynchronicity(x$0: Synchronicity): Unit

Attributes

Inherited from:
LoggingAppender
def stop(): Unit

Attributes

Inherited from:
LoggingAppender
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:
UnsynchronizedAppenderBase

Deprecated and Inherited methods

@Deprecated
def flush(): Unit

Attributes

Deprecated
true
Inherited from:
LoggingAppender
@Deprecated
def getWriteSynchronicity(): Synchronicity

Attributes

Deprecated
true
Inherited from:
LoggingAppender