Package org.apache.cassandra.utils.logging


package org.apache.cassandra.utils.logging
  • Class
    Description
    Encapsulates all logback-specific implementations in a central place.
    Common abstraction of functionality which can be implemented for different logging backend implementations (slf4j bindings).
    Dynamically loads and instantiates an appropriate LoggingSupport implementation according to the used slf4j binding.
    A fallback implementation with empty implementations which ensures other slf4j bindings (logging implementations) than the default supported framework can be used.
    Appends Cassandra logs to virtual table system_views.system_logs