java - Asynchronous Logging - Stack Overflow
Have a look at Logback,AsyncAppender it already provide separate threadpool, queue etc and is easily configurable, it almost do the same as you are doing, but saves you from re-inventing the wheel.
Read full article from java - Asynchronous Logging - Stack Overflow
No comments:
Post a Comment