Title: JAT
Description: This class is responsible for logging features management.
There are 4 types of log files:
- error log: contains information about errors and warnings
- log log: contains information about user accesses and resources initialization
- time log: contains information about response time (ex. database query response time)
- debug log: contains information about debug information
Every log could be turn off as explained in the configuration (see below).
Log Configuration: in the log section of the main configuration file, the following information must be present:
- debug indicates if debug log is active (possible values: active or inactive)
- log indicates if debug log is active (possible values: active or inactive)
- error indicates if debug log is active (possible values: active or inactive)
- time indicates if debug log is active (possible values: active or inactive)
- timezone the timezone (ex. ECT)
- date_format date format into log files (ex. yyyy-MM-dd HH:mm:ss)
- path the absolute or relative path where log files will be created
Copyright: Copyright (c) 2004 -2005 Stefano Fratini (stefano.fratini@gmail.com)
Distributed under the terms of the GNU Lesser General Public License, v2.1 or later
author: stf version: 1.1 |