Analyze log files from many languages using a single tool. And recommendations of logging frameworks
- by Binary255
We have a system build on lots of languages. The ones we are interested in logging, in order of priority, are:
C/C++
PHP
C#
Bash
Java
Wish list:
If it is possible, we would like logging to be achieved from the above languages in such a way that we may use a single log viewing tool for all of them. Ideally they would be in the same format, but…