
goal.tools.logging.GOALLogManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime Show documentation
Show all versions of runtime Show documentation
A system for running GOAL multi-agent systems.
The newest version!
package goal.tools.logging;
import java.util.logging.LogManager;
public class GOALLogManager extends LogManager {
@Override
public void reset() {
/* don't reset */
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy