Logging Performance Comparison 4 years agoRemember: System.out is a PrintStream which is a synchronized class. So multiple threads writing large amounts to System.out will block each other for sure 0ThreadHN