$level
$level : int
Injects line/file:class/function where the log message came from
Warning: This only works if the handler processes the logs directly. If you put the processor on a handler that is behind a FingersCrossedHandler for example, the processor will only be called once the trigger level is reached, and all the log records will have the same file/line/.. data from the call that triggered the FingersCrossedHandler.
$level : int
$skipClassesPartials : string[]
$skipStackFramesCount : int
$skipFunctions : string[]
__construct(string|int $level = Logger::DEBUG, string[] $skipClassesPartials = [], int $skipStackFramesCount) : mixed
string|int | $level | The minimum logging level at which this Processor will be triggered |
string[] | $skipClassesPartials | |
int | $skipStackFramesCount |