[izpack-devel] Starting a discussion about logging

Ryan Shillington Ryan.Shillington at troux.com
Mon Aug 28 16:10:56 CEST 2006


I propose Apache's common's logging.  It's a logging API that lets you
choose which logging implementation you want to use.  From
http://jakarta.apache.org/commons/logging/guide.html#Configuration, the
order that it looks for a log implementation (in order of priority):
 1. Reading the class name from a properties file/System property.
 2. If it can find the classes for Log4J, then it'll use that.
 3. If it can find the classes for Java 1.4+ logging it'll use that.
 4. They include a super simple logger to fall back on if everything
fails.

Its purpose is really to solve our problem - ie. when you have no idea
what type of logging the user is going to want to use.

Ryan

-----Original Message-----
From: izpack-devel-bounces at lists.berlios.de
[mailto:izpack-devel-bounces at lists.berlios.de] On Behalf Of Bartz, Klaus
Sent: Monday, August 28, 2006 8:05 AM
To: izpack-devel at lists.berlios.de
Subject: Re: [izpack-devel] Starting a discussion about logging


Hi,
>-----Original Message-----
>From: izpack-devel-bounces at lists.berlios.de
>[mailto:izpack-devel-bounces at lists.berlios.de]On Behalf Of 
>Tino Schwarze
>Sent: Monday, August 28, 2006 1:40 PM
>To: izpack-devel at lists.berlios.de
>Subject: Re: [izpack-devel] Starting a discussion about logging
>
>
>On Sun, Aug 27, 2006 at 09:36:37PM +0200, Marc Eppelmann wrote:
>
>IIRC, IzPack still supports Java 1.2. Therefore we cannot introduce 1.4
>depencies.
>

Unfortunately IzPack 3.7.2 was the last version which supports VMs
prior version 1.4. Since 3.8 there is code in it which is not conform
to 1.3 and earlier (e.g. Boolean.valueOf). We have had a discussion
in Septemper 2005 about it.

Cheers

Klaus

>_______________________________________________
>izpack-devel mailing list
>izpack-devel at lists.berlios.de
>https://lists.berlios.de/mailman/listinfo/izpack-devel
>
_______________________________________________
izpack-devel mailing list
izpack-devel at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/izpack-devel

IMPORTANT NOTICE:
This message may contain confidential information. If you have received this e-mail in error, do not use, copy or distribute it. Do not open any attachments. Delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you.




More information about the izpack-devel mailing list