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

io.hawt.log.log4j.Log4jLogQueryMBean Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
package io.hawt.log.log4j;

import io.hawt.log.support.LogQuerySupportMBean;
import org.apache.log4j.spi.LoggingEvent;

/**
 * The MBean operations for {@link Log4jLogQuery}
 */
public interface Log4jLogQueryMBean extends LogQuerySupportMBean {

    /**
     * Provides a hook you can call if the underlying log4j
     * configuration is reloaded so that you can force the appender
     * to get re-registered.
     */
    void reconnectAppender();

    public void logMessage(LoggingEvent record);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy