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

org.slf4j.impl.MufferoLoggerFactory Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.slf4j.impl;

import net.rumati.logging.muffero.LoggerFactory;
import org.slf4j.ILoggerFactory;
import org.slf4j.Logger;

class MufferoLoggerFactory
    implements ILoggerFactory
{
    public Logger getLogger(String name)
    {
        return new MufferoLoggerAdapter(LoggerFactory.getLogger(name));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy