Packages

c

com.digitalasset.canton.logging

CantonFilterEvaluator

class CantonFilterEvaluator extends EvaluatorFilter[ILoggingEvent]

Filters out any events with log level strictly lower than "LOG_LEVEL_CANTON" and logger name starting with "com.daml" or "com.digitalasset". The property "LOG_LEVEL_CANTON" is first read from java system properties, then from the shell environment and then the default of INFO is taken. (This is consistent with the standard logback behavior.)

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CantonFilterEvaluator
  2. EvaluatorFilter
  3. AbstractMatcherFilter
  4. Filter
  5. LifeCycle
  6. ContextAwareBase
  7. ContextAware
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CantonFilterEvaluator()

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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def decide(arg0: ILoggingEvent): FilterReply
    Definition Classes
    EvaluatorFilter → Filter
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getContext(): Context
    Definition Classes
    ContextAwareBase → ContextAware
  18. def getDeclaredOrigin(): AnyRef
    Attributes
    protected[spi]
    Definition Classes
    ContextAwareBase
  19. def getEvaluator(): EventEvaluator[ILoggingEvent]
    Definition Classes
    EvaluatorFilter
  20. def getName(): String
    Definition Classes
    Filter
  21. final def getOnMatch(): FilterReply
    Definition Classes
    AbstractMatcherFilter
  22. final def getOnMismatch(): FilterReply
    Definition Classes
    AbstractMatcherFilter
  23. def getStatusManager(): StatusManager
    Definition Classes
    ContextAwareBase
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isStarted(): Boolean
    Definition Classes
    Filter → LifeCycle
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def setContext(arg0: Context): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  31. def setEvaluator(arg0: EventEvaluator[ILoggingEvent]): Unit
    Definition Classes
    EvaluatorFilter
  32. def setName(arg0: String): Unit
    Definition Classes
    Filter
  33. final def setOnMatch(arg0: FilterReply): Unit
    Definition Classes
    AbstractMatcherFilter
  34. final def setOnMismatch(arg0: FilterReply): Unit
    Definition Classes
    AbstractMatcherFilter
  35. def start(): Unit
    Definition Classes
    CantonFilterEvaluator → EvaluatorFilter → Filter → LifeCycle
  36. def stop(): Unit
    Definition Classes
    Filter → LifeCycle
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Filter[ILoggingEvent]

Inherited from LifeCycle

Inherited from ContextAwareBase

Inherited from ContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped