com.payneteasy.tlv.IBerTlvLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ber-tlv Show documentation
Show all versions of ber-tlv Show documentation
BER-TLV reader and writer
The newest version!
package com.payneteasy.tlv;
public interface IBerTlvLogger {
boolean isDebugEnabled();
void debug(String aFormat, Object ...args);
}