Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Used synchronized logs is inapplicable to highly concurrent application: it's a bottleneck. Commented Oct 12, 2012 at 14:43
  • @Aubin synchronized is trivial compared with the cost of writing a log entry. I suggest you don't write so many logs this way that it would ever matter. Commented Oct 12, 2012 at 14:47
  • The behavior of a multi treaded highly concurrent application with logging on is completely different when you switch the logging off above all a bottleneck. Commented Oct 12, 2012 at 14:58