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

cn.dreampie.log.provider.LoggerProvider Maven / Gradle / Ivy

There is a newer version: 1.3.0.RELEASE
Show newest version
package cn.dreampie.log.provider;

import cn.dreampie.log.Logger;

/**
 * Created by ice on 14-12-19.
 */
public interface LoggerProvider {
  public Logger getLogger(Class clazz);

  public Logger getLogger(String clazzName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy