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

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

The newest version!
package twitter4jads.internal.logging;

final class StdOutLoggerFactory extends LoggerFactory {
    private static final Logger SINGLETON = new StdOutLogger();

    /**
     * {@inheritDoc}
     */
    @Override
    public Logger getLogger(Class clazz) {
        return SINGLETON;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy