we haven't implemented it yet, but will be in the next month or so: use
JdbcAppender, and write a web app to report against the database.
Douglas E Wegscheid
Lead Technical Analyst, Whirlpool Corporation
(269)-923-5278
"A wrong note played hesitatingly is a wrong note. A wrong note played
with
Hi,
Does anyone know of a open source project that provides a way to display the
"content" of one or more Log4j appenders to a web page? I want to use it in a
admin web application so that one can easily look at various log files.
So instead of using ConsoleAppender or FileAppender one could us
Hi,
I have a set up where I need to add and remove appenders programmatically.
However it doesn't work if I don't DOMConfigure the logger with an XML
config file initially - and that file must have at least one appender. I
used console appender because it is supposed to be throwaway - but when I
t
Hello,
I'm trying to use log4j within a JavaFX project using NetBeans 6.8.
I've donwloaded the .zip file from the Apache website and added the
log4j-1.2.16.jar to the project's libraries.
Then I added the imports:
import org.apache.log4j.Logger;
import org.apache.log4j.BasicConfigurator;
But u