From: Lars H. <he...@se...> - 2008-06-27 15:15:05
|
Hi Stefan, [Using Java Logging] > I totally agree, we should keep it as simple as possible without any > additional jars. > as a programmer i'm only used to log4j, so i don't know much about > the java logging api and its pros and cons. Markus Ueberall suggested to move to SLF4J <http://www.slf4j.org/>. Through this facade nearly all logging frameworks are supported (commons logging, log4j, ...). If we'd move to SLF4J the user can use her favourite logging framework by adding the particular lib to the class path. AFAIK, tinyTiM itself does not use any logging (yet). The CXTM serializer uses logging. If we use SLF4J, we need two small jars (the SLF4J API and one of the implementations, i.e. the one which uses Java logging). What do you think? Best regards, Lars -- Semagia <http://www.semagia.com> |