Follow-up of request #14864.
We should be able to leverage Monolog's gelf/graylog handlers to foward logs in a structured way to a central log server.
Example of captured log with a "simple"
\BackendLogger::getDefaultLogger()->error("On homepage");
Following informations are added automatically:
- file
- class
- line
- function
- backtrace
