PHP Class Webiny\Component\Logger\Driver\Webiny\Formatter\AbstractFormatter

Inheritance: implements Webiny\Component\Logger\Driver\Webiny\Formatter\FormatterInterface, use trait Webiny\Component\StdLib\StdLibTrait
Show file Open project: Webiny/Framework

Protected Properties

Property Type Description
$config

Public Methods

Method Description
normalizeValues ( Record $record ) Normalize record values, convert objects and resources to string representation, encode arrays to json, etc.

Private Methods

Method Description
normalizeValue ( $data )

Method Details

normalizeValues() public method

Normalize record values, convert objects and resources to string representation, encode arrays to json, etc.
public normalizeValues ( Record $record )
$record Webiny\Component\Logger\Driver\Webiny\Record

Property Details

$config protected property

protected $config