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

com.artemis.generator.util.Log Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show 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