|
static | addError (?string $message, $cashboxId=null) |
|
static | addWarning (?string $message, $cashboxId=null) |
|
static | addDebugInfo (?string $message, $cashboxId=null) |
|
См. определение в файле logger.php строка 14
◆ addDebugInfo()
static addDebugInfo |
( |
?string | $message, |
|
|
| $cashboxId = null ) |
|
static |
- Аргументы
-
?string | $message | |
null | $cashboxId | |
См. определение в файле logger.php строка 43
◆ addError()
static addError |
( |
?string | $message, |
|
|
| $cashboxId = null ) |
|
static |
- Аргументы
-
?string | $message | |
null | $cashboxId | |
См. определение в файле logger.php строка 25
◆ addWarning()
static addWarning |
( |
?string | $message, |
|
|
| $cashboxId = null ) |
|
static |
- Аргументы
-
?string | $message | |
null | $cashboxId | |
См. определение в файле logger.php строка 34
◆ TRACE_LEVEL_DEBUG
const TRACE_LEVEL_DEBUG = 3 |
|
protected |
◆ TRACE_LEVEL_ERROR
const TRACE_LEVEL_ERROR = 1 |
|
protected |
◆ TRACE_LEVEL_WARNING
const TRACE_LEVEL_WARNING = 2 |
|
protected |