yoavs 2005/07/28 12:12:46
Modified:docs HISTORY.txt
src/java/org/apache/log4j LogManager.java
Log:
Fixed Bugzilla 30853
(http://issues.apache.org/bugzilla/show_bug.cgi?id=30853).
Note that this fix introduces usage of the log4j.debug system property again.
ceki2005/01/07 13:32:21
Modified:src/java/org/apache/log4j/spi LoggerRepository.java
src/java/org/apache/log4j/db DBReceiver.java
CustomSQLDBReceiver.java
src/java/org/apache/log4j LogManager.java
Log:
Removed LogManager.getSc
ceki2005/01/06 15:16:51
Modified:src/java/org/apache/log4j LogManager.java
Log:
no changes
Revision ChangesPath
1.33 +1 -0 logging-log4j/src/java/org/apache/log4j/LogManager.java
Index: LogManager.java
=
ceki2005/01/06 11:31:40
Modified:src/java/org/apache/log4j LogManager.java
Log:
Minor change
Revision ChangesPath
1.32 +2 -0 logging-log4j/src/java/org/apache/log4j/LogManager.java
Index: LogManager.java
===
ceki2005/01/04 04:08:10
Modified:src/java/org/apache/log4j LogManager.java
Log:
Committing work in progress to allow at least correct compilation.
Revision ChangesPath
1.30 +10 -5 logging-log4j/src/java/org/apache/log4j/LogManager.java
Index: LogManager.
LocationInfo is allowed to fail in extracting caller information while
Logger.getLogger(...) must always succeed. If LocationInfo fails you
either get incorrect location information or just '?' for the %M, %C,
%L, %F pattern converters. If Logger.getLogger() fails then the whole
named hierarchy bec
Ceki Gülcü [mailto:[EMAIL PROTECTED]
Sent: Mon 12/20/2004 10:21 AM
To: Log4J Developers List
Cc:
Subject: RE: cvs commit: logging-log4j/src/java/org/apache/log4j
LogManager.java
Hello,
Indeed, testing the automatic logger naming feature will be quite hard
to test on all
Hello,
Indeed, testing the automatic logger naming feature will be quite hard
to test on all platforms. Not only that, the behavior of a particular
JVM may vary between the test environment and the environment of a
real-world application. So no amount of brute-force (automated)
testing
;m just explaining why I made the commit.
-Original Message-
From: Ceki Gülcü [mailto:[EMAIL PROTECTED]
Sent: Mon 12/20/2004 3:09 AM
To: Log4J Developers List
Cc:
Subject: Re: cvs commit: logging-log4j/src/java/org/apache/log4j
LogManager.java
Scott,
Please see http://marc.the
ceki2004/12/20 03:10:16
Modified:src/java/org/apache/log4j LogManager.java
Log:
Unsafe feature.
Revision ChangesPath
1.29 +0 -10 logging-log4j/src/java/org/apache/log4j/LogManager.java
Index: LogManager.java
Scott,
Please see http://marc.theaimsgroup.com/?t=11015036401&r=1&w=2
Log4, as the most popular a logging API, must be reliable. Speed,
convenience, user demand are all secondary considerations when
compared with reliably. This change severely compromises
reliability. It must be either backed u
sdeboy 2004/12/19 23:28:07
Modified:src/java/org/apache/log4j LogManager.java
Log:
Added a no-arg getLogger method that returns a Logger using the caller's
class name (relies on the new LocationInfo classes).
Suggested by Kevin Burton
Revision ChangesPath
1.28
Quoting Ceki Gülcü <[EMAIL PROTECTED]>:
>
> Jake,
>
> I am -1 about this change.
I'm sorry to hear that. Log4j should not make it possible to bring down the
entire appserver based on one developer's initialization code, period, end of
story.
Jake
>
> Custom initialization scripts for setting
ceki2004/12/01 00:37:56
Modified:src/java/org/apache/log4j LogManager.java
Log:
Reverted Jake's changes
Revision ChangesPath
1.27 +0 -4 logging-log4j/src/java/org/apache/log4j/LogManager.java
Index: LogManager.java
Jake,
I am -1 about this change.
Custom initialization scripts for setting a repository selector should use
the following template:
// set the selector to MyRepositorySelector, preserving the
// existing default repository. However, if MyRepositorySelector has its
// own special defaultRepository
hoju2004/11/30 21:59:03
Modified:src/java/org/apache/log4j LogManager.java
Log:
Make sure the default logger repository isn't null in a new selector that has
been passed into setRepositorySelector(). This avoids catastrophic failure of
all apps in a container (tested with Tomc
hoju2004/11/28 17:57:15
Modified:src/java/org/apache/log4j LogManager.java
Log:
Set the guard in the case that the JVM was started with
-Dlog4j.repositorySelectorClass=[JNDI | ] since
this is an explicit action to set the repository selector and entirely
equivalent to calling
ceki2004/09/06 08:32:49
Modified:src/java/org/apache/log4j LogManager.java
Log:
Commented out unneccessary System.out calls
Revision ChangesPath
1.23 +3 -3 logging-log4j/src/java/org/apache/log4j/LogManager.java
Index: LogManager.java
ceki2004/04/22 13:07:29
Modified:tests/src/java/org/apache/log4j/scheduler SchedulerTest.java
src/java/org/apache/log4j LogManager.java
Added: tests/src/java/org/apache/log4j/scheduler PeriodicJob.java
CountingJob.java
Log:
- LogMana
19 matches
Mail list logo