6789101112
public class SilentLogrFactory implements LogrFactory { @Override public Logr get(Class<?> c) { return new SilentLogger(); }