Interface LocationAwareLogEventFactory
-
- All Known Implementing Classes:
DefaultLogEventFactory
,ReusableLogEventFactory
public interface LocationAwareLogEventFactory
-
-
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, java.lang.StackTraceElement location, Level level, Message data, java.util.List<Property> properties, java.lang.Throwable t)
-