|
Plop
A simple logging library for PHP
|
A factory that creates log records as new instances of the Plop::Record class. More...
Inheritance diagram for Plop\RecordFactory:Public Member Functions | |
| __construct (\Plop\InterpolatorInterface $interpolator=null) | |
| createRecord ($loggerNamespace, $loggerClass, $loggerMethod, $namespace, $class, $method, $level, $filename, $lineno, $msg, array $args,\Exception $exception=null) | |
Protected Attributes | |
| $interpolator | |
A factory that creates log records as new instances of the Plop::Record class.
Definition at line 28 of file RecordFactory.php.
| Plop\RecordFactory::createRecord | ( | $loggerNamespace, | |
| $loggerClass, | |||
| $loggerMethod, | |||
| $namespace, | |||
| $class, | |||
| $method, | |||
| $level, | |||
| $filename, | |||
| $lineno, | |||
| $msg, | |||
| array | $args, | ||
| \Exception | $exception = null |
||
| ) |
Implements Plop\RecordFactoryInterface.
Definition at line 41 of file RecordFactory.php.