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(String loggerName, Marker marker, String fqcn, Level level, Message data, List<Property> properties, Throwable t)
-