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

top.fullj.chase.spi.VirtLog Maven / Gradle / Ivy

package top.fullj.chase.spi;

public interface VirtLog {

    void enter(String message);

    void ret(String message);

    void thrown(String message, Throwable tr);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy