|
|
@@ -152,7 +152,7 @@ class Logger
|
|
|
}
|
|
|
// found at least one, process message and dispatch it
|
|
|
foreach ($this->processors as $processor) {
|
|
|
- $record = call_user_func($processor, $record, $this);
|
|
|
+ $record = call_user_func($processor, $record);
|
|
|
}
|
|
|
while (isset($this->handlers[$handlerKey]) &&
|
|
|
false === $this->handlers[$handlerKey]->handle($record)) {
|