Program_Root/log4php/layouts/LoggerLayoutTTCC.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 Gulcu 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
LoggerLayoutTTCC TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
Includes
require_once (LOG4PHP_DIR.'/LoggerLayout.php') (line 41)
Constants
LOG4PHP_LOGGER_LAYOUT_NULL_DATE_FORMAT = 'NULL' (line 47)

String constant designating no time information. this constant is NULL.

String constant designating no time information. Current value of this constant is NULL.

LOG4PHP_LOGGER_LAYOUT_RELATIVE_TIME_DATE_FORMAT = 'RELATIVE' (line 53)

String constant designating relative time. this constant is RELATIVE.

String constant designating relative time. Current value of this constant is RELATIVE.

Documentation generated on Mon, 15 Sep 2003 21:12:56 +0200 by phpDocumentor 1.2.2