Class LoggingSupportFactory

java.lang.Object
org.apache.cassandra.utils.logging.LoggingSupportFactory

public class LoggingSupportFactory extends Object
Dynamically loads and instantiates an appropriate LoggingSupport implementation according to the used slf4j binding. For production use, this should always be LogbackLoggingSupport.
  • Method Details

    • getLoggingSupport

      public static LoggingSupport getLoggingSupport()
      Returns:
      An appropriate LoggingSupport implementation according to the used slf4j binding.