Public Member Functions | |
setId ($id) | |
Static Public Member Functions | |
static | severe () |
static | warning () |
static | info () |
static | config () |
static | fine () |
static | finer () |
static | finest () |
Public Attributes | |
const | SEVERE = 1 |
const | WARNING = 2 |
const | INFO = 3 |
const | CONFIG = 4 |
const | FINE = 5 |
const | FINER = 6 |
const | FINEST = 7 |
Protected Attributes | |
$names | |
Static Private Member Functions | |
static | getInstance ($id) |
Definition at line 15 of file LogLevel.class.php.
static LogLevel::config | ( | ) | [static] |
Definition at line 72 of file LogLevel.class.php.
References getInstance().
Referenced by BaseLogger::config().
static LogLevel::fine | ( | ) | [static] |
Definition at line 80 of file LogLevel.class.php.
References getInstance().
Referenced by BaseLogger::fine().
static LogLevel::finer | ( | ) | [static] |
Definition at line 88 of file LogLevel.class.php.
References getInstance().
Referenced by BaseLogger::finer().
static LogLevel::finest | ( | ) | [static] |
Definition at line 96 of file LogLevel.class.php.
References getInstance().
Referenced by BaseLogger::finest().
static LogLevel::getInstance | ( | $ | id | ) | [static, private] |
static LogLevel::info | ( | ) | [static] |
Definition at line 64 of file LogLevel.class.php.
References getInstance().
Referenced by BaseLogger::info().
LogLevel::setId | ( | $ | id | ) |
Reimplemented from Enumeration.
Definition at line 38 of file LogLevel.class.php.
References IdentifiableObject::$id, and Assert::isNull().
static LogLevel::severe | ( | ) | [static] |
Definition at line 48 of file LogLevel.class.php.
References getInstance().
Referenced by BaseLogger::severe().
static LogLevel::warning | ( | ) | [static] |
Definition at line 56 of file LogLevel.class.php.
References getInstance().
Referenced by BaseLogger::warning().
LogLevel::$names [protected] |
array( self::SEVERE => 'severe', self::WARNING => 'warning', self::INFO => 'info', self::CONFIG => 'config', self::FINE => 'fine', self::FINER => 'finer', self::FINEST => 'finest' )
Reimplemented from Enumeration.
Definition at line 25 of file LogLevel.class.php.
const LogLevel::CONFIG = 4 |
Definition at line 20 of file LogLevel.class.php.
const LogLevel::FINE = 5 |
Definition at line 21 of file LogLevel.class.php.
const LogLevel::FINER = 6 |
Definition at line 22 of file LogLevel.class.php.
const LogLevel::FINEST = 7 |
Definition at line 23 of file LogLevel.class.php.
const LogLevel::INFO = 3 |
Definition at line 19 of file LogLevel.class.php.
const LogLevel::SEVERE = 1 |
Definition at line 17 of file LogLevel.class.php.
const LogLevel::WARNING = 2 |
Definition at line 18 of file LogLevel.class.php.