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

software.reinvent.commons.log.LoggerModule Maven / Gradle / Ivy

package software.reinvent.commons.log;

import com.google.inject.AbstractModule;

import static com.google.inject.matcher.Matchers.any;

/**
 * Created on 11.01.2017.
 *
 * @author Leonard Daume
 */
public class LoggerModule extends AbstractModule {

    @Override
    protected void configure() {
        bindListener(any(), new Slf4jTypeListener());
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy