Class LoggingSupportFactory
java.lang.Object
org.apache.cassandra.utils.logging.LoggingSupportFactory
Dynamically loads and instantiates an appropriate
LoggingSupport implementation according to the used slf4j binding.
For production use, this should always be LogbackLoggingSupport.-
Method Summary
-
Method Details
-
getLoggingSupport
- Returns:
- An appropriate
LoggingSupportimplementation according to the used slf4j binding.
-