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

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

The newest version!
package org.slf4j.impl;

import org.slf4j.ILoggerFactory;
import org.slf4j.Logger;

public class SbtLoggerFactory implements ILoggerFactory {
    public Logger getLogger(String name) {
        return new SbtLoggerAdapter(StaticLoggerBinder.sbtLogger);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy