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

com.payneteasy.tlv.IBerTlvLogger Maven / Gradle / Ivy

There is a newer version: 1.0-11
Show newest version
package com.payneteasy.tlv;

public interface IBerTlvLogger {

    boolean isDebugEnabled();

    void debug(String aFormat, Object ...args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy