phpDocumentor / guides

Guides library to parse documentation
MIT License
32 stars 15 forks source link

Make log filterable #920

Open linawolf opened 8 months ago

linawolf commented 8 months ago

Feature request

If the log is very big, it is hard to work on. Make it filterable for easier handling:

Furthermore warnings during rendering are usually thrown once for each handler, that would be 3 times in total for TYPO3

jaapio commented 8 months ago

Suggestion to implement this using multiple loggers, one per stage. This will allow us to provide filters and other monolog features to make the output of this library configurable.