cvs commit: logging-log4j/src/java/org/apache/log4j LogManager.java

2004-12-19 Thread sdeboy
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

cvs commit: logging-log4j/src/java/org/apache/log4j/varia MapFilter.java

2004-12-19 Thread sdeboy
sdeboy 2004/12/19 21:57:08 Added: src/java/org/apache/log4j/varia MapFilter.java Log: MapFilter converts an event messages which implement java.util.Map into properties on the event. (Similar to ReflectionFilter but map based instead of JavaBeans based). If the map contains a

Re: cvs commit: logging-log4j build.xml

2004-12-19 Thread Andy McBride
Hi, I would also prefer to have the default build target either produce a full log4j.jar identical to the released .jar or fail and produce nothing at all. It would also be very useful, as Scott suggests, to have a 'build-nodeps' target which was capable of building a minimal 'core' log4j.j

Throwable Debugging with Log4J 1.3 (patch for 1.3a? )

2004-12-19 Thread Kevin A. Burton
I just blogged about 1.3a here... http://www.peerfear.org/rss/permalink/2004/12/18/ThrowableDebuggingWithLog4J13/ Any chance I could see this feature added? Now lets take this one step further now that they're working on 1.3 and suggest a small bit critical feature : Most peop

cvs commit: logging-log4j/src/java/org/apache/log4j/varia LocationInfoFilter.java

2004-12-19 Thread sdeboy
sdeboy 2004/12/19 15:54:07 Modified:src/java/org/apache/log4j/varia LocationInfoFilter.java Log: Had to set the fully qualified class to Category so that parsing would correctly find the source class in the exception Revision ChangesPath 1.2 +4 -1 logging-lo

cvs commit: logging-log4j/src/java/org/apache/log4j/varia LocationInfoFilter.java

2004-12-19 Thread sdeboy
sdeboy 2004/12/19 10:01:07 Added: src/java/org/apache/log4j/varia LocationInfoFilter.java Log: LocationInfoFilter generates LocationInfo for an event only if the provided expression evaluates to true. Revision ChangesPath 1.1 logging-log4j/src/java/o