markcox / keytool-iui

Automatically exported from code.google.com/p/keytool-iui
1 stars 0 forks source link

Replace Logger mechanism #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Replace old logging mechanism by Java Logger 

Original issue reported on code.google.com by bantc...@gmail.com on 30 Mar 2011 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by bantc...@gmail.com on 30 Mar 2011 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by bantc...@gmail.com on 31 Mar 2011 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by bantc...@gmail.com on 31 Mar 2011 at 2:46

GoogleCodeExporter commented 9 years ago
Replace logger mechanism by using eg. java.util.Logger

Original comment by bantc...@gmail.com on 31 Mar 2011 at 2:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I'd suggest using the Simple Logging Facade for Java (SLF4J) 

http://www.slf4j.org/ 

This way the logging is completely indepentend of the log implementation.

Original comment by reg.goog...@future-invent.de on 31 Mar 2011 at 4:22

GoogleCodeExporter commented 9 years ago
Sounds good!

Original comment by bantc...@gmail.com on 31 Mar 2011 at 5:06

GoogleCodeExporter commented 9 years ago
slf4j is useful for a library that must be integrated in heterogeneous 
environments. For a small standalone application like Keytool IUI the standard 
logging package in java.util.logging is good enough.

Original comment by ebo...@apache.org on 5 Apr 2011 at 10:34

GoogleCodeExporter commented 9 years ago
As for info, I am using java.util.Logging in a project named geoForge.
It uses a small mechanism to redirect log messages into the right file location.
wiki page:
http://code.google.com/p/geoforge/wiki/developmentLoggerMechanism

Original comment by bantc...@gmail.com on 6 Apr 2011 at 3:24

GoogleCodeExporter commented 9 years ago

Original comment by bantc...@gmail.com on 5 Jun 2011 at 8:28

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by bantc...@gmail.com on 4 Sep 2011 at 2:06