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

io.hawt.log.logback.LogbackLogQueryMBean Maven / Gradle / Ivy

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

import ch.qos.logback.classic.spi.LoggingEvent;
import io.hawt.log.support.LogQuerySupportMBean;

/**
 * The MBean operations for {@link LogbackLogQuery}
 */
public interface LogbackLogQueryMBean 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();

    void logMessage(LoggingEvent record);

    int getSize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy