Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.log4j.helpers
Class PatternParser.LocationPatternConverter  view PatternParser.LocationPatternConverter download PatternParser.LocationPatternConverter.java

java.lang.Object
  extended byorg.apache.log4j.helpers.PatternConverter
      extended byorg.apache.log4j.helpers.PatternParser.LocationPatternConverter
Enclosing class:
PatternParser

private class PatternParser.LocationPatternConverter
extends PatternConverter


Field Summary
(package private)  int type
           
 
Fields inherited from class org.apache.log4j.helpers.PatternConverter
leftAlign, max, min, next, SPACES
 
Constructor Summary
(package private) PatternParser.LocationPatternConverter(FormattingInfo formattingInfo, int type)
           
 
Method Summary
 java.lang.String convert(org.apache.log4j.spi.LoggingEvent event)
          Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
 
Methods inherited from class org.apache.log4j.helpers.PatternConverter
format, spacePad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type
Constructor Detail

PatternParser.LocationPatternConverter

PatternParser.LocationPatternConverter(FormattingInfo formattingInfo,
                                       int type)
Method Detail

convert

public java.lang.String convert(org.apache.log4j.spi.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