[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/log4php.debug/helpers/ -> LoggerPatternParser.php (summary)

log4php is a PHP port of the log4j java logging package. <p>This framework is based on log4j (see {@link http://jakarta.apache.org/log4j log4j} for details).</p> <p>Design, strategies and part of the methods documentation are developed by log4j team (Ceki G�lc� as log4j project founder and {@link http://jakarta.apache.org/log4j/docs/contributors.html contributors}).</p>

File Size: 419 lines (18 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

LoggerPatternParser:: (7 methods):
  LoggerPatternParser()
  addToList()
  extractOption()
  extractPrecisionOption()
  parse()
  finalizeConverter()
  addConverter()


Class: LoggerPatternParser  - X-Ref

Most of the work of the {@link LoggerPatternLayout} class
is delegated to the {@link LoggerPatternParser} class.

<p>It is this class that parses conversion patterns and creates
a chained list of {@link LoggerPatternConverter} converters.</p>

LoggerPatternParser($pattern)   X-Ref
Constructor

param: string $pattern

addToList($pc)   X-Ref

param: LoggerPatternConverter $pc

extractOption()   X-Ref

return: string

extractPrecisionOption()   X-Ref
The option is expected to be in decimal and positive. In case of
error, zero is returned.


parse()   X-Ref
No description

finalizeConverter($c)   X-Ref
No description

addConverter($pc)   X-Ref
No description



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1