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

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

There is a newer version: 5.1.1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy