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

org.drools.logger.KnowledgeRuntimeLogger Maven / Gradle / Ivy

package org.drools.logger;

/**
 * A logger for audit events.
 */
public interface KnowledgeRuntimeLogger {
	
    /**
	 * Release any resources allocated within the logger such as file
	 * handles, network connections, etc.
     * It is a programming error to append to a closed appender.
     */
    public void close();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy