
com.artemis.generator.util.Log Maven / Gradle / Ivy
The newest version!
package com.artemis.generator.util;
/**
* @author Daan van Yperen
*/
public interface Log {
void info( String msg );
void error(String msg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy