Class PatternParser.LocationPatternConverter

    • Field Detail

      • type

        int type
    • Constructor Detail

      • LocationPatternConverter

        LocationPatternConverter​(FormattingInfo formattingInfo,
                                 int type)
    • 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