|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($name, array $handlers=[], array $processors=[]) | |
| addRecord ($level, $message, array $context=[]) | |
Definition at line 11 of file Monolog.php.
| __construct | ( | $name, | |
| array | $handlers = [], |
||
| array | $processors = [] |
||
| ) |
| addRecord | ( | $level, | |
| $message, | |||
| array | $context = [] |
||
| ) |
Adds a log record.
| integer | $level | The logging level |
| string | $message | The log message |
| array | $context | The log context |
To preserve compatibility with Exception messages. And support PSR-3 context standard.
Definition at line 34 of file Monolog.php.