|
| _log ($id, $message, $code) |
|
| _warn ($id, $message, $code) |
|
| _error ($id, $message, $code) |
|
|
static | init (&$config) |
|
static | log ($id, $message, $code=0) |
|
static | warn ($id, $message, $code=0) |
|
static | error ($id, $message, $code=0) |
|
Definition at line 5 of file Logger.php.
◆ _error()
_error |
( |
|
$id, |
|
|
|
$message, |
|
|
|
$code |
|
) |
| |
|
abstract |
◆ _log()
_log |
( |
|
$id, |
|
|
|
$message, |
|
|
|
$code |
|
) |
| |
|
abstract |
◆ _warn()
_warn |
( |
|
$id, |
|
|
|
$message, |
|
|
|
$code |
|
) |
| |
|
abstract |
◆ createLogger()
static createLogger |
( |
& |
$config | ) |
|
|
staticprivate |
◆ error()
static error |
( |
|
$id, |
|
|
|
$message, |
|
|
|
$code = 0 |
|
) |
| |
|
static |
◆ init()
◆ log()
static log |
( |
|
$id, |
|
|
|
$message, |
|
|
|
$code = 0 |
|
) |
| |
|
static |
◆ warn()
static warn |
( |
|
$id, |
|
|
|
$message, |
|
|
|
$code = 0 |
|
) |
| |
|
static |
◆ $instance
◆ $test
The documentation for this class was generated from the following file: