rajjaiswalsaumya / webutilities

Automatically exported from code.google.com/p/webutilities
0 stars 0 forks source link

Replace Java.util.logging with slf4j + log4j or logback #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Java.util.logging is a real drag - please consider replacing it with slf4j.

Original issue reported on code.google.com by david.st...@gmail.com on 11 Oct 2011 at 1:56

GoogleCodeExporter commented 8 years ago
Whoops, this is not a defect. I should have put this as an enhancement.

Original comment by david.st...@gmail.com on 11 Oct 2011 at 1:58

GoogleCodeExporter commented 8 years ago

Original comment by rr.patil...@gmail.com on 15 Oct 2011 at 6:32

GoogleCodeExporter commented 8 years ago

Original comment by rr.patil...@gmail.com on 15 Oct 2011 at 8:35

GoogleCodeExporter commented 8 years ago

Original comment by rr.patil...@gmail.com on 15 Oct 2011 at 7:02

GoogleCodeExporter commented 8 years ago
When is milestone-0.0.5 and 0.0.6 due to come out?

Original comment by afbar...@gmail.com on 17 Oct 2011 at 1:51

GoogleCodeExporter commented 8 years ago
Milestone-0.0.5 has been planned for Nov 7, 2011. And 0.0.6 might be 
approximately 2 month after 0.0.5.

Original comment by rr.patil...@gmail.com on 17 Oct 2011 at 1:56

GoogleCodeExporter commented 8 years ago
Migrated to SLF4J with logback - 
http://code.google.com/p/webutilities/source/detail?r=244

Original comment by rr.patil...@gmail.com on 17 Oct 2011 at 6:48

GoogleCodeExporter commented 8 years ago
Code now uses SLF4J API for loggin purpose. It can be bound to logback using 
logback.xml or log4j etc. API as per need of the user. Unit test cases uses 
logback binding while executing test cases.

Original comment by rr.patil...@gmail.com on 3 Nov 2011 at 2:43

GoogleCodeExporter commented 8 years ago

Original comment by rr.patil...@gmail.com on 3 Nov 2011 at 2:44