We have all the required dependencies and the "known_hosts" seems not to
be the problem.
Nevertheless, here's the Chainsaw execution which has an error in the
end (after the printout the lines that contain the username/password etc
where changed for security reasons):
===
D:\dev\tools\log
Well, if CompositeConfiguration supports getting a Properties object to
represent the configuration settings, then you could plug it into the
PropertyConfigurator through doConfigure(Properties, LoggerRepository)
pretty easily. Though there is no way to do automatic, default
configuration (ie a si
Hi.
I am looking to configure Log4J in my app to use a composite configuration
(one based on multiple files). Has anyone done this before? (I searched
the list and didn't find any mention of it.) Am I correct in wanting to
extend through org.apache.log4j.config to do this?
Does anyone h
I think cvs has an example class for capturing system out and err. I
know I have seen an example somewhere.
I think -Dlog4j.debug=true always generates output to system out.
Besides that I am not sure what else would go to system out (unless
using a ConsoleAppender).
On 7/14/05, Mike Wannamaker