Interface LogEventFactory
-
- All Known Implementing Classes:
DefaultLogEventFactory
,ReusableLogEventFactory
public interface LogEventFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogEvent
createEvent(java.lang.String loggerName, Marker marker, java.lang.String fqcn, Level level, Message data, java.util.List<Property> properties, java.lang.Throwable t)
-