Author: hoju
Date: Fri Nov 19 13:03:29 2010
New Revision: 1036829
URL: http://svn.apache.org/viewvc?rev=1036829&view=rev
Log:
Fix typo in Logger javadoc (reported by "Nico R." on log4j-dev list) and fix
broken links (and anchors) in manual
(https://issues.apache.org/bugzilla/s
hoju2005/07/26 21:53:25
Modified:docs HISTORY.txt
Log:
forgot to add compatibility indications
Revision ChangesPath
1.29 +3 -2 logging-log4j/docs/HISTORY.txt
Index: HISTORY.txt
hoju2005/07/26 21:50:58
Modified:docs HISTORY.txt
Log:
Add some of my recent changes to 1.3 belore I forget
Revision ChangesPath
1.28 +28 -11logging-log4j/docs/HISTORY.txt
Index: HISTORY.txt
hoju2005/07/26 21:25:25
Modified:docs Tag: v1_2-branch HISTORY.txt
Log:
Update docs/HISTORY.txt for my change
Revision ChangesPath
No revision
No revision
1.27.2.6 +5 -1 logging-log4j/docs/HISTORY.txt
Index
hoju2005/07/24 09:07:16
Modified:.build.xml
Log:
Add target="1.2" and source="1.3" attributes to all usages of to make
sure that classes are compatible with JDK1.2+ no matter what JDK under which
the compilation is done. This mirrors what was do
hoju2005/07/22 23:51:54
Modified:src/java/org/apache/log4j/spi Filter.java
Log:
update deprecation version for the "next" public variable to 1.2.11 since
getNext/setNext were backported to the 1.2 branch
Revision ChangesPath
1.12 +1 -1 logging
hoju2005/07/22 23:51:35
Modified:src/java/org/apache/log4j/spi Tag: v1_2-branch Filter.java
Log:
whoops, I meant 1.2.12
Revision ChangesPath
No revision
No revision
1.4.2.4 +1 -1 logging-log4j/src/java/org/apache/log4j
hoju2005/07/22 23:47:07
Modified:src/java/org/apache/log4j/spi Filter.java
Log:
update deprecation version for the "next" public variable to 1.2.11 since
getNext/setNext were backported to the 1.2 branch
Revision ChangesPath
1.11 +2 -3 logging
hoju2005/07/22 23:44:46
Modified:src/java/org/apache/log4j/spi Tag: v1_2-branch Filter.java
Log:
migrate getNext/setNext methods from 1.3 to 1.2.11 to provide a migration
path from the public "next" variable
Revision ChangesPath
No rev
hoju2005/07/22 23:31:49
Modified:src/java/org/apache/log4j Appender.java
AppenderSkeleton.java DailyRollingFileAppender.java
RollingFileAppender.java
Added: src/java/org/apache/log4j/helpers OnlyOnceErrorHandler.java
hoju2005/07/22 22:29:58
Modified:tests/src/java/org/apache/log4j AsyncAppenderTestCase.java
Log:
organize imports
Revision ChangesPath
1.10 +2 -4
logging-log4j/tests/src/java/org/apache/log4j/AsyncAppenderTestCase.java
Index
hoju2005/07/12 19:59:12
Modified:src/java/org/apache/log4j/spi Filter.java
Log:
Make 1.3 Filter binary compatible with 1.2.xx
Revision ChangesPath
1.10 +3 -1 logging-log4j/src/java/org/apache/log4j/spi/Filter.java
Index: Filter.java
hoju2005/07/07 21:52:21
Modified:src/java/org/apache/log4j/or RendererMap.java
Log:
Provide Log4j-1.2.xx binary compatibility along with deprecation warning
Revision ChangesPath
1.16 +30 -2
logging-log4j/src/java/org/apache/log4j/or/RendererMap.java
hoju2005/07/06 22:14:43
Modified:src/java/org/apache/log4j/servlet
InitShutdownController.java
ServletContextLogAppender.java
Log:
Runtime compatibility with Log4j-1.2.xx (I think). Still need 1.3 to compile.
Revision
hoju2005/07/06 21:52:00
Modified:.build.properties.sample build.xml
src/java/org/apache/log4j/net IMAppender.java
src/java/org/apache/log4j/servlet ConfigurationServlet.java
Removed: src/java/org/apache/log4j/filter LevelMatchFilter.java
hoju2005/07/06 20:22:44
Modified:src/java/org/apache/log4j/rolling
FixedWindowRollingPolicy.java
TimeBasedRollingPolicy.java
Log:
get rid of unused imports
Revision ChangesPath
1.14 +4 -6
logging-log4j/src
hoju2005/06/23 21:46:13
Modified:.KEYS
Log:
Updated to new version of GnuPG. Not sure if it makes a difference, but here
it is anyway.
Revision ChangesPath
1.6 +13 -11logging-log4j/KEYS
Index: KEYS
hoju2005/06/23 19:50:17
Modified:.KEYS
Log:
added my key
Revision ChangesPath
1.5 +60 -0 logging-log4j/KEYS
Index: KEYS
===
RCS file: /home/cvs/logging-log4j/KEYS,v
hoju2005/05/25 22:42:08
Modified:tests/src/java/org/apache/log4j/rolling
SizeBasedRollingTest.java
Log:
organized imports
Revision ChangesPath
1.16 +3 -4
logging-log4j/tests/src/java/org/apache/log4j/rolling
hoju2005/05/23 23:33:19
Modified:.build.xml
Log:
get rid of unnecessarily verbose warning from the task about filenames
longer than 100 characters only being compatible with GNU compatible TAR
commands. I simply set and all is quiet.
Jake
Revision Changes
hoju2005/05/23 23:07:45
Modified:src/java/org/apache/log4j PatternLayout.java
PropertyConfigurator.java
src/java/org/apache/log4j/filter ReflectionFilter.java
src/java/org/apache/log4j/helpers OptionConverter.java
hoju2005/01/08 09:57:29
Modified:src/java/org/apache/log4j/servlet
InitShutdownController.java
ServletContextLogAppender.java
Log:
Update to compile against the latest Log4j CVS. Should update
InitShutdownController again once
hoju2005/01/04 22:00:03
Modified:..cvsignore
Log:
add bin directory to .cvsignore (for Eclipse purposes)
Revision ChangesPath
1.14 +2 -1 logging-log4j/.cvsignore
Index: .cvsignore
hoju2005/01/03 23:07:36
Modified:..cvsignore
Log:
add generated classes directory to .cvsignore
Revision ChangesPath
1.13 +1 -0 logging-log4j/.cvsignore
Index: .cvsignore
hoju2004/12/14 22:30:10
Modified:.build.xml
src/java/org/apache/log4j/filter MDCMatchFilter.java
src/java/org/apache/log4j/servlet
InitShutdownController.java
ServletContextLogAppender.java
hoju2004/12/12 12:49:57
Modified:src/java/org/apache/log4j PropertyConfigurator.java
Log:
docs use INHERIT in config examles. Should be INHERITED
Revision ChangesPath
1.73 +2 -2
logging-log4j/src/java/org/apache/log4j/PropertyConfigurator.java
Index
hoju2004/12/12 11:56:05
Modified:docs codes.html
src/java/org/apache/log4j/rolling
FixedWindowRollingPolicy.java
Log:
the fileNamePattern attribute is required for FixedWindowRollingPolicy
Revision ChangesPath
1.5 +4
hoju2004/12/05 13:43:03
Modified:examples/src/joran/implicit PrintMe.java
src/java/org/apache/joran/action Action.java
tests/src/java/org/apache/joran InterpreterTest.java
Removed: examples/src/joran/implicit NOPAction.java
Log:
Get rid of
hoju2004/12/03 23:47:05
Modified:src/java/org/apache/log4j Hierarchy.java
src/java/org/apache/log4j/spi RepositorySelector.java
Log:
Fix typos... repostiroy ---> repository
Revision ChangesPath
1.58 +2 -2 logging-log4j/src/java/org/apa
hoju2004/12/01 20:56:44
Modified:src/java/org/apache/log4j/rule LevelEqualsRule.java
Log:
removed unused import.
Revision ChangesPath
1.3 +0 -1
logging-log4j/src/java/org/apache/log4j/rule/LevelEqualsRule.java
Index: LevelEqualsRule.java
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
hoju2004/11/28 17:59:25
Modified:src/java/org/apache/log4j/selector ContextJNDISelector.java
Log:
Comment out System.out statement that was being printed every time
getLoggerRepository() was called for a non-default repository.
Jake
Revision ChangesPath
1.12
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
hoju2004/11/28 17:33:27
Modified:src/java/org/apache/log4j/chainsaw/vfs
DirectoryListTableModel.java VFSPlugin.java
Log:
Fix compile errors even though the vfs package isn't currently used. It
makes it easier to deal with when working in an IDE
hoju2004/07/02 14:32:47
Modified:src/java/org/apache/log4j/servlet
ServletContextLogAppender.java
Log:
Added capability to log Throwable information if available. Suggested by Stefan
Armbruster.
Jake
Revision ChangesPath
1.3 +8 -1
hoju2004/07/02 14:29:37
Modified:.build.xml
Log:
update version to match the latest tag
Jake
Revision ChangesPath
1.15 +1 -1 logging-log4j-sandbox/build.xml
Index: build.xml
hoju2004/05/15 08:54:05
Removed: src/java/org/apache/log4j/selector ContextJNDISelector.java
Log:
Now that this has been tagged, it can be removed from the HEAD again.
Jake
-
To unsubscribe, e-mail: [EMAIL
hoju2004/05/15 08:51:17
Added: src/java/org/apache/log4j/selector ContextJNDISelector.java
Log:
update license. Will be tagging so that even though this shouldn't exist in CVS
HEAD anymore, a Log4j-1.2.8 version can still be attained from an updated tag (name t
hoju2004/05/15 08:41:12
Modified:src/java/org/apache/log4j/servlet
InitShutdownController.java
Log:
Improvements suggested by Andreas Werner (modularizing the methods and a few bug
fixes), plus I now take care to modify the thread context class loader
hoju2004/02/23 21:43:39
Modified:src/xdocs install-chainsaw.xml
Log:
update chainsaw installer to use newest jakarta-oro and point to logging-log4j
instead of jakarta-log4j. Also, provide commented out stub for showing
dependencies required so that people behind firewalls at
40 matches
Mail list logo