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

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

There is a newer version: 2.1.0-alpha1
Show newest version
package org.slf4j.event;

/**
 * 
 * 
 * @author Ceki Gülcü
 * @since 2.0.0
 */
public interface LoggingEventAware {

  void log(LoggingEvent event);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy