Package for viewing "cute" monologue files

Is there a package that is used to parse monologue files and display them in "good" HTML format with filtering for log level, etc.?

+7
php symfony monolog
source share
2 answers

I am the developer of the monolog-viewer mentioned, thanks Carlton for the recommendation!

This allows you to filter by log level, and you can either install it once, or access log files from several domains via FTP or install it in the same domain as the application, and locally access files.

If you think the feature is missing, feel free to open the GitHub problem and I will see what I can do.

+8
source share

I haven't tried it yet, but https://github.com/Syonix/monolog-viewer seems like an attractive solution.

If you want to change the handler that you configured to use Monolog, you might consider sending messages to third parties. They will present magazines in a good format with good filtering functionality. These services are likely to charge for the service.

https://github.com/Seldaek/monolog#log-specific-servers-and-networked-logging

+5
source share

All Articles