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

io.crossbar.autobahn.utils.IABLogger Maven / Gradle / Ivy

There is a newer version: 21.7.1
Show newest version
package io.crossbar.autobahn.utils;

public interface IABLogger {

    void v(String msg);

    void v(String msg, Throwable throwable);

    void d(String msg);

    void i(String msg);

    void w(String msg);

    void w(String msg, Throwable throwable);

    void e(String msg);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy