Program_Root/src/log4php/layouts/LoggerLayoutTTCC.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
LoggerLayoutTTCC TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
Includes
require_once ('log4php/LoggerLayout.php') (line 21)
require_once ('log4php/LoggerLevel.php') (line 23)
require_once ('log4php/spi/LoggerLoggingEvent.php') (line 22)
Constants
LOGGER_LAYOUT_NULL_DATE_FORMAT = 'NULL' (line 29)

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

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

LOGGER_LAYOUT_RELATIVE_TIME_DATE_FORMAT = 'RELATIVE' (line 35)

String constant designating relative time. this constant is RELATIVE.

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

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