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

twitter4jads.internal.logging.SLF4JLoggerFactory Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.logging;

final class SLF4JLoggerFactory extends LoggerFactory {

    /**
     * {@inheritDoc}
     */
    @Override
    public Logger getLogger(Class clazz) {
        return new SLF4JLogger(org.slf4j.LoggerFactory.getLogger(clazz));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy