DataAggregator icon indicating copy to clipboard operation
DataAggregator copied to clipboard

[DEPRECATED] The data aggregator cumulates/filters information provided by one or more loader and routes them to one or more persistence layers.

Results 5 DataAggregator issues
Sort by recently updated
recently updated
newest added

log implementation: https://github.com/liip/DataAggregator/blob/master/src/Liip/DataAggregator/Adaptor/Logger/MonologAdaptor.php#L155 info implementation: https://github.com/liip/DataAggregator/blob/master/src/Liip/DataAggregator/Adaptor/Logger/MonologAdaptor.php#L125 So, if you call `->log('critical', 'some critical message', ['some' => 'context');` this will make a call to `->info('critical', 'some critical message');`. Therefore the message...

Thx to @dbu who pointed me to readthedocs, there will be a detailed docu living in Resources/docs to be rendered by readthedocs. For starters it would be a good ides...

enhancement

It is currently not clear how these shall be used and how they work.

enhancement