Packages

c

com.daml.ledger.client.binding.log

LogbackThresholdFilterWithExclusion

class LogbackThresholdFilterWithExclusion extends ThresholdFilter

Logs at specific level and above, excluded logger logs everything. If you don't have exclusions, use regular ThresholdFilter. Without provided excludeLogger this implementation logs every event with no filtering at all.

Linear Supertypes
ThresholdFilter, Filter[ILoggingEvent], LifeCycle, ContextAwareBase, ContextAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogbackThresholdFilterWithExclusion
  2. ThresholdFilter
  3. Filter
  4. LifeCycle
  5. ContextAwareBase
  6. ContextAware
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogbackThresholdFilterWithExclusion()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addError(arg0: String, arg1: Throwable): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  5. def addError(arg0: String): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  6. def addInfo(arg0: String, arg1: Throwable): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  7. def addInfo(arg0: String): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  8. def addStatus(arg0: Status): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  9. def addWarn(arg0: String, arg1: Throwable): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  10. def addWarn(arg0: String): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def decide(event: ILoggingEvent): FilterReply
    Definition Classes
    LogbackThresholdFilterWithExclusion → ThresholdFilter → Filter
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getContext(): Context
    Definition Classes
    ContextAwareBase → ContextAware
  19. def getDeclaredOrigin(): AnyRef
    Attributes
    protected[spi]
    Definition Classes
    ContextAwareBase
  20. def getExcludeLogger: String
  21. def getName(): String
    Definition Classes
    Filter
  22. def getStatusManager(): StatusManager
    Definition Classes
    ContextAwareBase
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isStarted(): Boolean
    Definition Classes
    Filter → LifeCycle
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def setContext(arg0: Context): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  30. def setExcludeLogger(a: String): Unit
  31. def setLevel(arg0: String): Unit
    Definition Classes
    ThresholdFilter
  32. def setName(arg0: String): Unit
    Definition Classes
    Filter
  33. def start(): Unit
    Definition Classes
    LogbackThresholdFilterWithExclusion → ThresholdFilter → Filter → LifeCycle
  34. def stop(): Unit
    Definition Classes
    Filter → LifeCycle
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ThresholdFilter

Inherited from Filter[ILoggingEvent]

Inherited from LifeCycle

Inherited from ContextAwareBase

Inherited from ContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped