com.teambytes.cloudwatch.appenders.logback

CloudwatchAppender

trait CloudwatchAppender extends AppenderBase[ILoggingEvent]

Linear Supertypes
AppenderBase[ILoggingEvent], Appender[ILoggingEvent], FilterAttachable[ILoggingEvent], LifeCycle, ContextAwareBase, ContextAware, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CloudwatchAppender
  2. AppenderBase
  3. Appender
  4. FilterAttachable
  5. LifeCycle
  6. ContextAwareBase
  7. ContextAware
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def append(arg0: ILoggingEvent): Unit

    Attributes
    protected[ch.qos.logback.core]
    Definition Classes
    AppenderBase

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addError(arg0: String, arg1: Throwable): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  7. def addError(arg0: String): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  8. def addFilter(arg0: Filter[ILoggingEvent]): Unit

    Definition Classes
    AppenderBase → FilterAttachable
  9. def addInfo(arg0: String, arg1: Throwable): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  10. def addInfo(arg0: String): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  11. def addStatus(arg0: Status): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  12. def addWarn(arg0: String, arg1: Throwable): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  13. def addWarn(arg0: String): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. val awsClient: AWSLogsAsyncClient

    Attributes
    protected
  16. def clearAllFilters(): Unit

    Definition Classes
    AppenderBase → FilterAttachable
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def doAppend(arg0: ILoggingEvent): Unit

    Definition Classes
    AppenderBase → Appender
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getContext(): Context

    Definition Classes
    ContextAwareBase → ContextAware
  24. def getCopyOfAttachedFiltersList(): List[Filter[ILoggingEvent]]

    Definition Classes
    AppenderBase → FilterAttachable
  25. def getDeclaredOrigin(): AnyRef

    Attributes
    protected[ch.qos.logback.core.spi]
    Definition Classes
    ContextAwareBase
  26. def getFilterChainDecision(arg0: ILoggingEvent): FilterReply

    Definition Classes
    AppenderBase → FilterAttachable
  27. def getLayout(): Layout[ILoggingEvent]

  28. def getLogGroupName(): String

  29. def getLogStreamName(): String

  30. def getName(): String

    Definition Classes
    AppenderBase → Appender
  31. def getStatusManager(): StatusManager

    Definition Classes
    ContextAwareBase
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def isStarted(): Boolean

    Definition Classes
    AppenderBase → LifeCycle
  35. var layout: Layout[ILoggingEvent]

  36. var logGroupName: String

  37. var logStreamName: String

  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def sendEvent(message: String): Unit

    Attributes
    protected
  42. def setContext(arg0: Context): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  43. def setLayout(arg0: Layout[ILoggingEvent]): Unit

  44. def setLogGroupName(arg0: String): Unit

  45. def setLogStreamName(arg0: String): Unit

  46. def setName(arg0: String): Unit

    Definition Classes
    AppenderBase → Appender
  47. def start(): Unit

    Definition Classes
    CloudwatchAppender → AppenderBase → LifeCycle
  48. def stop(): Unit

    Definition Classes
    AppenderBase → LifeCycle
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    AppenderBase → AnyRef → Any
  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AppenderBase[ILoggingEvent]

Inherited from Appender[ILoggingEvent]

Inherited from FilterAttachable[ILoggingEvent]

Inherited from LifeCycle

Inherited from ContextAwareBase

Inherited from ContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped