Class LoggingSupportFactory


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

      • getLoggingSupport

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