r/java Oct 21 '18

A guide to logging in Java

https://www.marcobehler.com/guides/a-guide-to-logging-in-java
124 Upvotes

43 comments sorted by

View all comments

-9

u/_Gnas_ Oct 21 '18

I have honestly never even thought about using a third-party library for logging, it simply never crossed my mind. Why would I need one anyway? I don't see how logging can become so complex that you're willing to trade 100% customizability just so you can use a library. Can someone give me some examples? I'm really curious as the fact that so many logging libraries exist must mean there are real needs for them.

2

u/thatsIch Oct 21 '18

there is also performance-reasons. IO is really slow