
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 16 of file LogLevel.class.php.
| LogLevel::setId | ( | $ | id | ) |
Reimplemented from Enumeration.
Definition at line 39 of file LogLevel.class.php.
References IdentifiableObject::$id, and Assert::isNull().

| static LogLevel::severe | ( | ) | [static] |
Definition at line 49 of file LogLevel.class.php.
Referenced by BaseLogger::severe().
| static LogLevel::warning | ( | ) | [static] |
Definition at line 57 of file LogLevel.class.php.
Referenced by BaseLogger::warning().
| static LogLevel::info | ( | ) | [static] |
Definition at line 65 of file LogLevel.class.php.
Referenced by BaseLogger::info().
| static LogLevel::config | ( | ) | [static] |
Definition at line 73 of file LogLevel.class.php.
Referenced by BaseLogger::config().
| static LogLevel::fine | ( | ) | [static] |
Definition at line 81 of file LogLevel.class.php.
Referenced by BaseLogger::fine().
| static LogLevel::finer | ( | ) | [static] |
Definition at line 89 of file LogLevel.class.php.
Referenced by BaseLogger::finer().
| static LogLevel::finest | ( | ) | [static] |
Definition at line 97 of file LogLevel.class.php.
Referenced by BaseLogger::finest().
| static LogLevel::getInstance | ( | $ | id | ) | [static, private] |
Definition at line 105 of file LogLevel.class.php.
References IdentifiableObject::$id.
| const LogLevel::SEVERE = 1 |
Definition at line 18 of file LogLevel.class.php.
| const LogLevel::WARNING = 2 |
Definition at line 19 of file LogLevel.class.php.
| const LogLevel::INFO = 3 |
Definition at line 20 of file LogLevel.class.php.
| const LogLevel::CONFIG = 4 |
Definition at line 21 of file LogLevel.class.php.
| const LogLevel::FINE = 5 |
Definition at line 22 of file LogLevel.class.php.
| const LogLevel::FINER = 6 |
Definition at line 23 of file LogLevel.class.php.
| const LogLevel::FINEST = 7 |
Definition at line 24 of file LogLevel.class.php.
LogLevel::$names [protected] |
Initial value:
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 26 of file LogLevel.class.php.
1.5.4