Interface LoggingTemplateContextMapper
public interface LoggingTemplateContextMapper
TemplateContext mapper.-
Method Summary
Modifier and TypeMethodDescriptionmap(ch.qos.logback.classic.spi.ILoggingEvent event) Maps anILoggingEventto aTemplateContext.
-
Method Details
-
map
Maps anILoggingEventto aTemplateContext.- Parameters:
event- the logging event- Returns:
- the mapped template context
-