Class MarkerFieldMapper

    • Constructor Summary

      Constructors 
      Constructor Description
      MarkerFieldMapper​(java.lang.String fieldName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Optional<java.lang.String> 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

      • MarkerFieldMapper

        public MarkerFieldMapper​(java.lang.String fieldName)
    • Method Detail

      • getValue

        protected java.util.Optional<java.lang.String> getValue​(ch.qos.logback.classic.spi.ILoggingEvent event)
        Specified by:
        getValue in class AbstractFixedNameFieldMapper<java.lang.String>