Interface LoggingTemplateContextMapper


public interface LoggingTemplateContextMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    map(ch.qos.logback.classic.spi.ILoggingEvent event)
    Maps an ILoggingEvent to a TemplateContext.
  • Method Details

    • map

      TemplateContext map(ch.qos.logback.classic.spi.ILoggingEvent event)
      Maps an ILoggingEvent to a TemplateContext.
      Parameters:
      event - the logging event
      Returns:
      the mapped template context