Elgg
Version 6.3
|
Inject backtrace stack into the record. More...
Public Member Functions | |
__construct ($level=Level::Warning, protected int $backtrace_level=-1) | |
Constructor. More... | |
__invoke (LogRecord $record) | |
Process record. More... | |
Protected Attributes | |
Level | $level |
Inject backtrace stack into the record.
Definition at line 12 of file BacktraceProcessor.php.
Elgg\Logger\BacktraceProcessor::__construct | ( | $level = Level::Warning , |
|
protected int | $backtrace_level = -1 |
||
) |
Constructor.
int | $level | Logging level |
int | $backtrace_level | Backtrace level (-1 for all) |
Definition at line 22 of file BacktraceProcessor.php.
Elgg\Logger\BacktraceProcessor::__invoke | ( | LogRecord | $record | ) |
Process record.
LogRecord | $record | Record |
Definition at line 33 of file BacktraceProcessor.php.
|
protected |
Definition at line 14 of file BacktraceProcessor.php.