Plop
A simple logging library for PHP
Plop\RecordFactory Class Reference

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
 

Detailed Description

A factory that creates log records as new instances of the Plop::Record class.

Definition at line 28 of file RecordFactory.php.

Member Function Documentation

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.


The documentation for this class was generated from the following file: