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

io.vproxy.base.util.log.LogHandler Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package io.vproxy.base.util.log;

public interface LogHandler {
    void publish(LogRecord record);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy