log4j-sandbox stuff

2005-01-04 Thread Jacob Kjome
I was building the log4j-sandbox against the latest log4j source and noticed that some files that have made the move to log4j proper haven't been removed from log4j-sandbox. One is the LevelMatchFilter and there are a few others that nearly match class names and are probably the same. We shou

cvs commit: logging-log4j .cvsignore

2005-01-04 Thread hoju
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 ===

Re: ContextJNDISelector for 1.2.8 or 1.2.9?

2005-01-04 Thread Jacob Kjome
Hi Mark, Look in the logging-log4j-sandbox. However, you'll have to check it out with the tag "LOG4J_SANDBOX_ALPHA3". The HEAD is currently compatible with Log4j-1.3 (at least last I checked, which has been few weeks now). Jake At 05:25 PM 1/4/2005 -0800, you wrote: >Is there a version of Cont

RE: [POLL] Component and ComponentBase

2005-01-04 Thread Mark Womack
> No, log4j objects will not be referenced as Component. It is not a > marker interface either. > > The requirement to have both Component as an interface and > ComponentBase as a class, stems from the fact that we make the > distinction between Appender the interface and AppenderSkeleton the > cl

ContextJNDISelector for 1.2.8 or 1.2.9?

2005-01-04 Thread Mark Womack
Is there a version of ContextJNDISelector that is compatible with log4j 1.2.8 or 1.2.9? What are folks using for a RepositorySelector in the pre-1.3 world? -Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[OT]: In London next week

2005-01-04 Thread Paul Smith
Hi all, Long shot, but I'll be in London from Monday10th-Friday14th for a flying work-thing. Should there be any log4j related folks in that area that are up for a drink, let me know. cheers, Paul Smith - To unsubscribe, e-mai

[Chainsaw]: Latest build available via webstart or zip bundle

2005-01-04 Thread Paul Smith
Web start: http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp Zip bundle http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw-bundle.zip Any problems, let me know, I'm still getting used to my new Mac laptop so there may well be something... cheers, Paul Smith

cvs commit: logging-log4j build.xml

2005-01-04 Thread psmith
psmith 2005/01/04 13:47:32 Modified:.build.xml Log: UGLI classes were not being included in the jar, which caused Chainsaw to fail to start for me at least via the Webstart distro. Revision ChangesPath 1.129 +3 -1 logging-log4j/build.xml Index: bui

Re: [POLL] Component and ComponentBase

2005-01-04 Thread Paul Smith
The requirement to have both Component as an interface and ComponentBase as a class, stems from the fact that we make the distinction between Appender the interface and AppenderSkeleton the class. Implementations of Appender derive from AppenderSkeleton but all the other code in log4j refers to Ap

cvs commit: logging-log4j/src/java/org/apache/log4j/plugins PluginSkeleton.java Receiver.java

2005-01-04 Thread ceki
ceki2005/01/04 12:23:41 Modified:src/java/org/apache/log4j/plugins PluginSkeleton.java Receiver.java Log: PluginSkeletin extends ComponentBase Revision ChangesPath 1.11 +2 -3 logging-log4j/src/java/org/apache/log4j/plugins/PluginSkel

Re: cvs commit: logging-log4j/src/java/org/apache/log4j/net SMTPAppender.java

2005-01-04 Thread Ceki Gülcü
Hello Scott, Since we have the possibility of configuring sub-components of components, the expression parameter should be added to instances of the appropriate TriggeringEventEvaluator. Once of the reasons behind the development of Joran was to address the problem of configuring sub-components of

RE: [POLL] Component and ComponentBase

2005-01-04 Thread Ceki Gülcü
At 06:27 PM 1/4/2005, Mark Womack wrote: Not a bad idea per se, but what is the motivation with making it an interface? Will the outside world need to know about the Component interface in any way? Do we intend to reference log4j objects as Component or maybe use it as a marker interface? No, log

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

2005-01-04 Thread ceki
ceki2005/01/04 11:56:51 Modified:src/java/org/apache/log4j/net SMTPAppender.java Log: Corrections to SMTPAppender Revision ChangesPath 1.43 +3 -2 logging-log4j/src/java/org/apache/log4j/net/SMTPAppender.java Index: SMTPAppender.java =

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

2005-01-04 Thread ceki
ceki2005/01/04 11:48:48 Modified:src/java/org/apache/log4j/or RendererMap.java Log: Log4j components now see their owning LR. Revision ChangesPath 1.14 +14 -18 logging-log4j/src/java/org/apache/log4j/or/RendererMap.java Index: RendererMap.java

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

2005-01-04 Thread ceki
ceki2005/01/04 11:48:37 Modified:src/java/org/apache/log4j/joran JoranConfigurator.java Log: Log4j components now see their owning LR. Revision ChangesPath 1.31 +4 -4 logging-log4j/src/java/org/apache/log4j/joran/JoranConfigurator.java Index: JoranConf

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

2005-01-04 Thread ceki
ceki2005/01/04 11:48:29 Modified:src/java/org/apache/log4j/joran/action PluginAction.java AppenderAction.java LevelAction.java LayoutAction.java src/java/org/apache/log4j/filter LevelMatchFilter.java Log: Log4j compon

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

2005-01-04 Thread ceki
ceki2005/01/04 11:42:12 Modified:tests/src/java/org/apache/log4j/pattern PatternParserTest.java src/java/org/apache/log4j/rolling FixedWindowRollingPolicy.java src/java/org/apache/joran/helper SimpleRuleSto

cvs commit: logging-log4j/examples/src/jmx T.java

2005-01-04 Thread ceki
ceki2005/01/04 09:58:50 Removed: examples/src/jmx T.java Log: JMX code has been moved to logging-log4j-attic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/src/java/org/apache/log4j/jmx package.html HierarchyDynamicMBean.java LoggerDynamicMBean.java AppenderDynamicMBean.java Agent.java LayoutDynamicMBean.java MethodUnion.java Ab

2005-01-04 Thread ceki
ceki2005/01/04 09:58:05 Removed: src/java/org/apache/log4j/jmx package.html HierarchyDynamicMBean.java LoggerDynamicMBean.java AppenderDynamicMBean.java Agent.java LayoutDynamicMBean.java MethodUnion.java

RE: [POLL] Component and ComponentBase

2005-01-04 Thread Mark Womack
Not a bad idea per se, but what is the motivation with making it an interface? Will the outside world need to know about the Component interface in any way? Do we intend to reference log4j objects as Component or maybe use it as a marker interface? If we just need this internally for log4j then

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

2005-01-04 Thread ceki
ceki2005/01/04 08:19:28 Modified:src/java/org/apache/log4j PropertyConfigurator.java src/java/org/apache/log4j/config PropertySetter.java Log: PropertySetter now extends ComponentBase. Modified PropertyConfigurator to adapt to changes in PropertySetter. Revis

Re: [POLL] Component and ComponentBase

2005-01-04 Thread Curt Arnold
On Jan 4, 2005, at 6:08 AM, Ceki Gülcü wrote: At 08:53 PM 1/3/2005, Curt Arnold wrote: In addition, it is probably not good to have "components" reference the concrete LoggerRepository class. We should probably introduce an interface (maybe "LoggerContext") that exposes the methods on LoggerRe

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

2005-01-04 Thread ceki
ceki2005/01/04 07:09:55 Modified:src/java/org/apache/log4j/spi Filter.java ComponentBase.java src/java/org/apache/log4j Layout.java Logger.java Log: Layout, Filter extend ComponentBase Revision ChangesPath 1.9 +1 -16 logging-log4j/src/java/org

[HEADS UP] New internal logging guidelines

2005-01-04 Thread Ceki Gülcü
Updated http://www.qos.ch/logging/internalLogging.jsp with the new guidelines. -- Ceki Gülcü The complete log4j manual: http://www.qos.ch/log4j/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

cvs commit: logging-log4j/src/java/org/apache/log4j/db/dialect Util.java

2005-01-04 Thread ceki
ceki2005/01/04 04:51:20 Modified:src/java/org/apache/log4j/db ConnectionSource.java DBAppender2.java ConnectionSourceSkeleton.java src/java/org/apache/log4j/db/dialect Util.java Log: For methods in utility classes wishing to log the easiest

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

2005-01-04 Thread ceki
ceki2005/01/04 04:33:01 Modified:src/java/org/apache/log4j/db DBHelper.java Log: Removing superflous log statement as static utility classes should not log without an explicit repository reference. Revision ChangesPath 1.6 +2 -2 logging-log4j/src/java/org/

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

2005-01-04 Thread ceki
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.

Re: [POLL] Component and ComponentBase

2005-01-04 Thread Ceki Gülcü
At 08:53 PM 1/3/2005, Curt Arnold wrote: In addition, it is probably not good to have "components" reference the concrete LoggerRepository class. We should probably introduce an interface (maybe "LoggerContext") that exposes the methods on LoggerRepository that "components" are expected to use.

Re: [POLL] Component and ComponentBase

2005-01-04 Thread Ceki Gülcü
At 07:39 PM 1/3/2005, Curt Arnold wrote: On Jan 3, 2005, at 11:49 AM, Yoav Shapira wrote: Hi, I don't think it's a bad idea, but could there be a more specific or domain-related name for it? Component(Base) is very generic, whereas Appender(Skeleton) is more logging-domain-specific. Yoav --- Ceki

Re: [POLL] Component and ComponentBase

2005-01-04 Thread Ceki Gülcü
Component and ComponentBase are indeed generic names. However, these classes are not for public consumption. They are intended to be used *internally* by log4j components (Appenders, Layouts, Filters, Receivers, ConnectionSources, etc.). At 06:49 PM 1/3/2005, Yoav Shapira wrote: Hi, I don't thi

[EMAIL PROTECTED]: Project logging-log4j (in module logging-log4j) failed

2005-01-04 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j has an issue affecting its community integration. This issue affect