public interface  org.slf4j.spi.LoggingEventAware extends java.lang.Object
{
public abstract void log(org.slf4j.event.LoggingEvent);
}