/LoggerLevel.php

Description

Copyright 2004 The Apache Software Foundation.

This software is published under the terms of the Apache Software License version 2.0, a copy of which has been included with this distribution in the LICENSE file.

Classes
Class Description
LoggerLevel Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFO</i, <i>DEBUG and ALL.
Includes
require_once (LOG4PHP_DIR.'/LoggerLog.php') (line 19)
Constants
LOG4PHP_LEVEL_ALL_INT = -2147483647 (line 27)
LOG4PHP_LEVEL_DEBUG_INT = 10000 (line 26)
LOG4PHP_LEVEL_ERROR_INT = 40000 (line 23)
LOG4PHP_LEVEL_FATAL_INT = 50000 (line 22)
LOG4PHP_LEVEL_INFO_INT = 20000 (line 25)
LOG4PHP_LEVEL_OFF_INT = 2147483647 (line 21)
LOG4PHP_LEVEL_WARN_INT = 30000 (line 24)

Documentation generated by phpDocumentor 1.3.2