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

be.yildizgames.common.logging.logback.LogbackEngineProvider Maven / Gradle / Ivy

There is a newer version: 1.1.41
Show newest version
package be.yildizgames.common.logging.logback;

import be.yildizgames.common.logging.LogEngine;
import be.yildizgames.common.logging.LogEngineProvider;

/**
 * Provide the log engine.
 *
 * @author Grégory Van den Borre
 */
public class LogbackEngineProvider implements LogEngineProvider {

    /**
     * Provide the engine.
     * @return The log engine.
     */
    @Override
    public final LogEngine getLogEngine() {
        return new LogbackLogEngine();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy