ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Injects line/file:class/function where the log message came from. More...
Public Member Functions | |
__construct ($level=Logger::DEBUG, array $skipClassesPartials=array('Monolog\\')) | |
__invoke (array $record) | |
Private Attributes | |
$level | |
$skipClassesPartials | |
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.
Definition at line 27 of file IntrospectionProcessor.php.
Monolog\Processor\IntrospectionProcessor::__construct | ( | $level = Logger::DEBUG , |
|
array | $skipClassesPartials = array('Monolog\\') |
||
) |
Definition at line 33 of file IntrospectionProcessor.php.
References Monolog\Processor\IntrospectionProcessor\$level, Monolog\Processor\IntrospectionProcessor\$skipClassesPartials, and Monolog\Logger\toMonologLevel().
Monolog\Processor\IntrospectionProcessor::__invoke | ( | array | $record | ) |
|
private |
Definition at line 29 of file IntrospectionProcessor.php.
Referenced by Monolog\Processor\IntrospectionProcessor\__construct().
|
private |
Definition at line 31 of file IntrospectionProcessor.php.
Referenced by Monolog\Processor\IntrospectionProcessor\__construct().