Program_Root/log4php/helpers/LoggerPatternParser.php

Description

log4php is a PHP port of the log4j java logging package.

log4php is a PHP port of the log4j java logging package. This framework is based on log4j (see http://jakarta.apache.org/log4j for details).

Design, strategies and part of the methods documentation are developed by log4j team (Ceki Gülcü as log4j project founder and http://jakarta.apache.org/log4j/docs/contributors.html).

PHP port, extensions and modifications by VxR. All rights reserved.
For more information, please see http://www.vxr.it/log4php/.

This software is published under the terms of the LGPL License a copy of which has been included with this distribution in the LICENSE file.

Classes
Class Description
LoggerPatternParser Most of the work of the LoggerPatternLayout class is delegated to the LoggerPatternParser class.
Includes
require_once (LOG4PHP_DIR.'/helpers/LoggerPatternConverter.php') (line 41)
require_once (LOG4PHP_DIR.'/helpers/LoggerFormattingInfo.php') (line 42)
require_once (LOG4PHP_DIR.'/LoggerLog.php') (line 43)
Constants
LOG4PHP_LOGGER_PATTERN_PARSER_CLASS_LOCATION_CONVERTER = 1002 (line 56)
LOG4PHP_LOGGER_PATTERN_PARSER_CONVERTER_STATE = 1 (line 48)
LOG4PHP_LOGGER_PATTERN_PARSER_DATE_FORMAT_ABSOLUTE = 'H:i:s' (line 67)
LOG4PHP_LOGGER_PATTERN_PARSER_DATE_FORMAT_DATE = 'd M Y H:i:s,u' (line 68)
LOG4PHP_LOGGER_PATTERN_PARSER_DATE_FORMAT_ISO8601 = 'Y-m-d H:i:s,u' (line 66)
LOG4PHP_LOGGER_PATTERN_PARSER_DOT_STATE = 3 (line 50)
LOG4PHP_LOGGER_PATTERN_PARSER_ESCAPE_CHAR = '%' (line 45)
LOG4PHP_LOGGER_PATTERN_PARSER_FILE_LOCATION_CONVERTER = 1003 (line 57)
LOG4PHP_LOGGER_PATTERN_PARSER_FULL_LOCATION_CONVERTER = 1000 (line 54)
LOG4PHP_LOGGER_PATTERN_PARSER_LEVEL_CONVERTER = 2002 (line 62)
LOG4PHP_LOGGER_PATTERN_PARSER_LINE_LOCATION_CONVERTER = 1004 (line 58)
LOG4PHP_LOGGER_PATTERN_PARSER_LITERAL_STATE = (line 47)
LOG4PHP_LOGGER_PATTERN_PARSER_MAX_STATE = 5 (line 52)
LOG4PHP_LOGGER_PATTERN_PARSER_MESSAGE_CONVERTER = 2004 (line 64)
LOG4PHP_LOGGER_PATTERN_PARSER_METHOD_LOCATION_CONVERTER = 1001 (line 55)
LOG4PHP_LOGGER_PATTERN_PARSER_MINUS_STATE = 2 (line 49)
LOG4PHP_LOGGER_PATTERN_PARSER_MIN_STATE = 4 (line 51)
LOG4PHP_LOGGER_PATTERN_PARSER_NDC_CONVERTER = 2003 (line 63)
LOG4PHP_LOGGER_PATTERN_PARSER_RELATIVE_TIME_CONVERTER = 2000 (line 60)
LOG4PHP_LOGGER_PATTERN_PARSER_THREAD_CONVERTER = 2001 (line 61)

Documentation generated on Tue, 28 Oct 2003 22:04:13 +0100 by phpDocumentor 1.2.2