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 35)
Array for fast space padding Used by LoggerPatternConverter::spacePad().
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 Sat, 18 Feb 2012 22:32:26 +0000 by phpDocumentor 1.4.3