См. определение в файле logger.php строка 12
◆ __construct()
__construct |
( |
| $logLevel = self::LOG_LEVEL_ERROR | ) |
|
Constructor
- Аргументы
-
См. определение в файле logger.php строка 26
◆ addRecord()
addRecord |
( |
| $level, |
|
|
| $type, |
|
|
| $itemId, |
|
|
| $description ) |
- Аргументы
-
int | $level | Record level. |
string | $type | Record type. |
string | $itemId | Identifier of record object. |
string | $description | Record description. |
- Возвращает
- bool
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле logger.php строка 45
◆ setLevel()
Sets log level
- Аргументы
-
См. определение в файле logger.php строка 68
◆ $logLevel
$logLevel = self::LOG_LEVEL_ERROR |
|
protected |
◆ $severities
◆ LOG_LEVEL_DEBUG
const LOG_LEVEL_DEBUG = 30 |
◆ LOG_LEVEL_DISABLE
const LOG_LEVEL_DISABLE = 0 |
◆ LOG_LEVEL_ERROR
const LOG_LEVEL_ERROR = 10 |
◆ LOG_LEVEL_INFO
const LOG_LEVEL_INFO = 20 |