
org.mentalog.AsynchronousLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of menta-log Show documentation
Show all versions of menta-log Show documentation
A log library that embraces the kiss principle.
The newest version!
package org.mentalog;
public interface AsynchronousLogger {
public void log(boolean async, Object ... objects);
public void close(boolean async);
public void roll(boolean async);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy