Class Log4JLogFactory

  • All Implemented Interfaces:
    LogFactory

    public class Log4JLogFactory
    extends LogFactoryAdapter
    LogFactory implementation that delegates to the Log4J 1.x framework.
    Author:
    Patrick Linskey
    • Constructor Detail

      • Log4JLogFactory

        public Log4JLogFactory()
    • Method Detail

      • newLogAdapter

        protected Log newLogAdapter​(String channel)
        Description copied from class: LogFactoryAdapter
        Return a log adapter for the given channel. This method may be called multiple times for the same channel in concurrent situations.
        Specified by:
        newLogAdapter in class LogFactoryAdapter