Class LoggerFactory


  • public class LoggerFactory
    extends Object
    Always use this factory to generate loggers in this library. The reason is that we use classloader from another library to load correct resource bundle - we use messages from there.
    Author:
    David Matějček
    • Constructor Detail

      • LoggerFactory

        public LoggerFactory()
    • Method Detail

      • getLogger

        public static Logger getLogger​(Class clazz)
        Parameters:
        clazz -
        Returns:
        logger using resource bundle same as the connectors-runtime.jar