diff options
Diffstat (limited to 'dev-java/log4j/ChangeLog')
-rw-r--r-- | dev-java/log4j/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-java/log4j/ChangeLog b/dev-java/log4j/ChangeLog new file mode 100644 index 000000000000..023753d7eee8 --- /dev/null +++ b/dev-java/log4j/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for dev-java/log4j +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-java/log4j/ChangeLog,v 1.1 2002/04/10 11:38:35 karltk Exp $ + +*dev-java/log4j-1.1.3 (10 Apr 2002) + + 10 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog log4j-1.1.3.ebuild files/digest-log4j-1.1.3: + + With log4j it is possible to enable logging at runtime without modifying the + application binary. The log4j package is designed so that the logging + statements can remain in shipped code without incurring a heavy performance + cost. Logging behavior can be controlled by editing a configuration file, + without touching the application binary. |