org.slf4j.event.LoggingEventAware Maven / Gradle / Ivy
package org.slf4j.event;
/**
*
*
* @author Ceki Gülcü
* @since 2.0.0
*/
public interface LoggingEventAware {
void log(LoggingEvent event);
}
package org.slf4j.event;
/**
*
*
* @author Ceki Gülcü
* @since 2.0.0
*/
public interface LoggingEventAware {
void log(LoggingEvent event);
}