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. Design, strategies and part of the methods documention are developed by log4j team (Ceki Gulcu as log4j project founder and http://jakarta.apache.org/log4j/docs/contributors.html). Copyright (C) The Apache Software Foundation. All rights reserved.

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 43)
require_once (LOG4PHP_DIR.'/helpers/LoggerFormattingInfo.php') (line 44)
require_once (LOG4PHP_DIR.'/LoggerLog.php') (line 45)
Constants
LOG4PHP_LOGGER_PATTERN_PARSER_CLASS_LOCATION_CONVERTER = 1002 (line 58)
LOG4PHP_LOGGER_PATTERN_PARSER_CONVERTER_STATE = 1 (line 50)
LOG4PHP_LOGGER_PATTERN_PARSER_DATE_FORMAT_ABSOLUTE = 'H:i:s' (line 69)
LOG4PHP_LOGGER_PATTERN_PARSER_DATE_FORMAT_DATE = 'd M Y H:i:s' (line 70)
LOG4PHP_LOGGER_PATTERN_PARSER_DATE_FORMAT_ISO8601 = 'Y-m-d H:i:s' (line 68)
LOG4PHP_LOGGER_PATTERN_PARSER_DOT_STATE = 3 (line 52)
LOG4PHP_LOGGER_PATTERN_PARSER_ESCAPE_CHAR = '%' (line 47)
LOG4PHP_LOGGER_PATTERN_PARSER_FILE_LOCATION_CONVERTER = 1003 (line 59)
LOG4PHP_LOGGER_PATTERN_PARSER_FULL_LOCATION_CONVERTER = 1000 (line 56)
LOG4PHP_LOGGER_PATTERN_PARSER_LEVEL_CONVERTER = 2002 (line 64)
LOG4PHP_LOGGER_PATTERN_PARSER_LINE_LOCATION_CONVERTER = 1004 (line 60)
LOG4PHP_LOGGER_PATTERN_PARSER_LITERAL_STATE = (line 49)
LOG4PHP_LOGGER_PATTERN_PARSER_MAX_STATE = 5 (line 54)
LOG4PHP_LOGGER_PATTERN_PARSER_MESSAGE_CONVERTER = 2004 (line 66)
LOG4PHP_LOGGER_PATTERN_PARSER_METHOD_LOCATION_CONVERTER = 1001 (line 57)
LOG4PHP_LOGGER_PATTERN_PARSER_MINUS_STATE = 2 (line 51)
LOG4PHP_LOGGER_PATTERN_PARSER_MIN_STATE = 4 (line 53)
LOG4PHP_LOGGER_PATTERN_PARSER_NDC_CONVERTER = 2003 (line 65)
LOG4PHP_LOGGER_PATTERN_PARSER_RELATIVE_TIME_CONVERTER = 2000 (line 62)
LOG4PHP_LOGGER_PATTERN_PARSER_THREAD_CONVERTER = 2001 (line 63)

Documentation generated on Wed, 3 Sep 2003 01:02:43 +0200 by phpDocumentor 1.2.2