Class SimpleFieldMapper<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleFieldMapper​(java.lang.String fieldName, java.util.function.Function<ch.qos.logback.classic.spi.ILoggingEvent,​T> valueGetter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Optional<T> getValue​(ch.qos.logback.classic.spi.ILoggingEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleFieldMapper

        public SimpleFieldMapper​(java.lang.String fieldName,
                                 java.util.function.Function<ch.qos.logback.classic.spi.ILoggingEvent,​T> valueGetter)