All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dua3.utility.logging.log4j.LogEntryDispatcherFactoryLog4j Maven / Gradle / Ivy

There is a newer version: 15.0.2
Show newest version
package com.dua3.utility.logging.log4j;

import com.dua3.utility.logging.LogEntryDispatcher;
import com.dua3.utility.logging.ILogEntryDispatcherFactory;

/**
 * A factory class for creating LogEntryDispatcher instances using Log4j.
 */
public class LogEntryDispatcherFactoryLog4j implements ILogEntryDispatcherFactory {
    static {
        LogUtilLog4J.updateLoggers();
    }

    @Override
    public LogEntryDispatcher getDispatcher() {
        return LogUtilLog4J.GLOBAL_APPENDER.dispatcher();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy