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

bdsup2sub.core.LibLoggerObserver Maven / Gradle / Ivy

The newest version!
package bdsup2sub.core;

public interface LibLoggerObserver {

    void warn(String message);

    void info(String message);

    void trace(String message);

    void error(String message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy