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

org.slf4j.spi.LoggingEventAware Maven / Gradle / Ivy

The newest version!
package org.slf4j.spi;

import org.slf4j.event.LoggingEvent;

/**
 * A logger capable of logging from org.slf4j.event.LoggingEvent implements this interface.
 * 
 * @author Ceki Gulcu
 * @since 2.0.0
 */
public interface LoggingEventAware {
    void log(LoggingEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy