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

com.github.volodya_lombrozo.conventional_commit_linter.log.Log Maven / Gradle / Ivy

package com.github.volodya_lombrozo.conventional_commit_linter.log;

public interface Log {
    void info(String message);

    void error(Exception e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy