Class PatternParser.DatePatternConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String convert​(LoggingEvent event)
      Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
      • Methods inherited from class java.lang.Object

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

      • df

        private java.text.DateFormat df
      • date

        private java.util.Date date
    • Constructor Detail

      • DatePatternConverter

        DatePatternConverter​(FormattingInfo formattingInfo,
                             java.text.DateFormat df)
    • Method Detail

      • convert

        public java.lang.String convert​(LoggingEvent event)
        Description copied from class: PatternConverter
        Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
        Specified by:
        convert in class PatternConverter