Class LoggingSupportFactory
- java.lang.Object
-
- org.apache.cassandra.utils.logging.LoggingSupportFactory
-
public class LoggingSupportFactory extends java.lang.Object
Dynamically loads and instantiates an appropriateLoggingSupport
implementation 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 LoggingSupport
getLoggingSupport()
-
-
-
Method Detail
-
getLoggingSupport
public static LoggingSupport getLoggingSupport()
- Returns:
- An appropriate
LoggingSupport
implementation according to the used slf4j binding.
-
-