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

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);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy