How to use log4j's FileAppenders asynchronously?

前端 未结 3 544
孤城傲影
孤城傲影 2021-02-06 05:49

I work on a low-latency trading application. We\'d like to increase the amount of lof4j logging that we write to file, whilst minimising the impact on our end-to-end processing

3条回答
  •  梦毁少年i
    2021-02-06 06:10

    If you need to log from a multithreaded application slf4j and its implementation logback are much better choice.

提交回复
热议问题