LoggerPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
Conversion specifiers in a conversion patterns are parsed to individual PatternConverters. Each of which is responsible for converting a logging event in a converter specific manner.
Located in /helpers/LoggerPatternConverter.php (line 51)
Constructor
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
A template method for formatting in a converter specific way.
Fast space padding method.
Documentation generated on Fri, 27 Nov 2009 07:44:51 +0100 by phpDocumentor 1.4.3