Open stechu opened 11 years ago
Without any background knowledge or experience I'd say its better to use LogBack because it implements the slf4j API natively.
The beauty of slf4j is that it's easy to swap these solutions in and out! I don't have any strong opinions.
@stechu @domoritz any follow up here? update or close?
We should upgrade. I can look into this in a week.
We want to do finer granularity logging for performance profiling. The currently used log4j 1.2 doesn't support advanced features like marker. And eventually, it is good to let Myria have more powerful logging support.
Currently I have 2 options in mind,
PS: I am not suggesting to replace our current "front end" logger, slf4j. I am suggesting to switch the "back end" logging framework that is bind with slf4j. So there would be no change on the current Myria logging source code.
Please share your thoughts.