Class LoggingSupportFactory
- java.lang.Object
-
- org.apache.cassandra.utils.logging.LoggingSupportFactory
-
public class LoggingSupportFactory extends java.lang.ObjectDynamically loads and instantiates an appropriateLoggingSupportimplementation according to the used slf4j binding. For production use, this should always beLogbackLoggingSupport.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggingSupportgetLoggingSupport()
-
-
-
Method Detail
-
getLoggingSupport
public static LoggingSupport getLoggingSupport()
- Returns:
- An appropriate
LoggingSupportimplementation according to the used slf4j binding.
-
-