Program_Root/src/log4php/helpers/LoggerPatternParser.php

Description

log4php: a php port of log4j java logging package This framework is based on log4j see http://jakarta. Copyright (C) The Apache Software Foundation.

log4php: a php port of log4j java logging package This framework is based on log4j see http://jakarta.apache.org/log4j Copyright (C) The Apache Software Foundation. All rights reserved. PHP port 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 Apache Software License version 1.1, a copy of which has been included with this distribution in the LICENSE.txt file.

Classes
Class Description
LoggerPatternParser Most of the work of the LoggerPatternLayout class is delegated to the LoggerPatternParser class.
Includes
require_once ('log4php/helpers/LoggerPatternConverter.php') (line 21)
require_once ('log4php/helpers/LoggerFormattingInfo.php') (line 22)
Constants
LOGGER_DATE_FORMAT_ABSOLUTE = 'H:i:s' (line 46)
LOGGER_DATE_FORMAT_DATE = 'd M Y H:i:s' (line 47)
LOGGER_DATE_FORMAT_ISO8601 = 'Y-m-d H:i:s' (line 45)
LOGGER_PATTERN_PARSER_CLASS_LOCATION_CONVERTER = 1002 (line 35)
LOGGER_PATTERN_PARSER_CONVERTER_STATE = 1 (line 27)
LOGGER_PATTERN_PARSER_DOT_STATE = 3 (line 29)
LOGGER_PATTERN_PARSER_ESCAPE_CHAR = '%' (line 24)
LOGGER_PATTERN_PARSER_FILE_LOCATION_CONVERTER = 1003 (line 36)
LOGGER_PATTERN_PARSER_FULL_LOCATION_CONVERTER = 1000 (line 33)
LOGGER_PATTERN_PARSER_LEVEL_CONVERTER = 2002 (line 41)
LOGGER_PATTERN_PARSER_LINE_LOCATION_CONVERTER = 1004 (line 37)
LOGGER_PATTERN_PARSER_LITERAL_STATE = (line 26)
LOGGER_PATTERN_PARSER_MAX_STATE = 5 (line 31)
LOGGER_PATTERN_PARSER_MESSAGE_CONVERTER = 2004 (line 43)
LOGGER_PATTERN_PARSER_METHOD_LOCATION_CONVERTER = 1001 (line 34)
LOGGER_PATTERN_PARSER_MINUS_STATE = 2 (line 28)
LOGGER_PATTERN_PARSER_MIN_STATE = 4 (line 30)
LOGGER_PATTERN_PARSER_NDC_CONVERTER = 2003 (line 42)
LOGGER_PATTERN_PARSER_RELATIVE_TIME_CONVERTER = 2000 (line 39)
LOGGER_PATTERN_PARSER_THREAD_CONVERTER = 2001 (line 40)

Documentation generated on Wed, 27 Aug 2003 18:11:48 +0200 by phpDocumentor 1.2.2