GauffrLog persistant object. More...
Public Member Functions | |
| getState () | |
Public Attributes | |
| const | DEBUG = ezcLog::DEBUG |
| const | INFO = ezcLog::INFO |
| const | WARNING = ezcLog::WARNING |
| const | ERROR = ezcLog::ERROR |
| const | SYSTEM = ezcLog::SUCCESS_AUDIT |
| $Category | |
| $File | |
| $Line | |
| $Message | |
| $Severity | |
| $Source | |
| $Time | |
Protected Attributes | |
| $ID | |
GauffrLog persistant object.
The GauffrLog classes.
Allow persistence for object GauffrLog.
Definition at line 19 of file gauffrlog.php.
| GauffrLog::getState | ( | ) |
Get PersistantObject state
Definition at line 45 of file gauffrlog.php.
{
return array(
'ID' => $this->ID,
'Category' => $this->Category,
'File' => $this->File,
'Line' => $this->Line,
'Message' => $this->Message,
'Severity' => $this->Severity,
'Source' => $this->Source,
'Time' => $this->Time,
);
}
1.7.1