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

com.github.ltsopensource.tasktracker.logger.BizLogger Maven / Gradle / Ivy

package com.github.ltsopensource.tasktracker.logger;

/**
 * @author Robert HG ([email protected]) on 3/27/15.
 */
public interface BizLogger {

    void debug(String msg);

    void info(String msg);

    void error(String msg);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy