Uses of Interface
org.apache.cassandra.utils.logging.LoggingSupport
-
Packages that use LoggingSupport Package Description org.apache.cassandra.utils.logging -
-
Uses of LoggingSupport in org.apache.cassandra.utils.logging
Classes in org.apache.cassandra.utils.logging that implement LoggingSupport Modifier and Type Class Description class
LogbackLoggingSupport
Encapsulates all logback-specific implementations in a central place.class
NoOpFallbackLoggingSupport
A fallback implementation with empty implementations which ensures other slf4j bindings (logging implementations) than the default supported framework can be used.Methods in org.apache.cassandra.utils.logging that return LoggingSupport Modifier and Type Method Description static LoggingSupport
LoggingSupportFactory. getLoggingSupport()
-