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

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

There is a newer version: 1.4.0
Show 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 - 2025 Weber Informatics LLC | Privacy Policy