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

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

The newest version!
package com.payneteasy.tlv;

public interface IBerTlvLogger {

    boolean isDebugEnabled();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy