That was my first idea. But then I found the subclassing examples in
log4j distribution and I tried to go that way.
Thanks anyway,
Gonçalo Luiz, Portugal.
On Wed, 23 Feb 2005 17:24:08 -0500, robert frapples
<[EMAIL PROTECTED]> wrote:
> Don't subclass Logger, wrap it.
>
> On Tue, 22 Feb 2005 16:
Don't subclass Logger, wrap it.
On Tue, 22 Feb 2005 16:05:08 +, Gonçalo Luiz <[EMAIL PROTECTED]> wrote:
> Hello.
> I am working with log4j version 1.2.9.
>
> I am trying to subclass a logger with my own logger
-
To unsubscr
Thanks for replying. You are right that something like context can be
used to put auxilary information (actually seems like weblogic 9.0 is
going to make it easy based on what I read yesterday on bea website)
The issue that would need to be addressed after that is at what point
could NDC be popula
Quoting jerome moliere <[EMAIL PROTECTED]>:
>
> > I think RollingFileAppender does that except that it does it by size,
> > not by run. Could whatever starts your program rename the log files
> > before starting?
> >
>
> I guess that you could use the RoolingFileAppender from the JBOSS group,
> b
Return Receipt
Your RE: log4j.properties not found.
document
:
Are you trying to make a new OracleDialet?
What is the bug in the current class? I guess I don't quite
understand your problem and how you are trying to fix it.
On Wed, 23 Feb 2005 09:18:05 +0100 (MET), Arthur Brown
<[EMAIL PROTECTED]> wrote:
> Hi James,
>
> no, I'm trying to use it with Oracle.
> I think RollingFileAppender does that except that it does it by size,
> not by run. Could whatever starts your program rename the log files
> before starting?
>
I guess that you could use the RoolingFileAppender from the JBOSS group,
because it delivers in standard the exact feature expected!!
I think RollingFileAppender does that except that it does it by size,
not by run. Could whatever starts your program rename the log files
before starting?
shirish <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a reqmt for a stand alone java client to output the log to a log
> file.
> This log file
Hi,
I have a reqmt for a stand alone java client to output the log to a log
file.
This log file should be created per run of the java client.
The earlier log file should be renamed with an incremental integer
for e.g
applog.log is already existing
next run of the client should generate applog.log
Hi James,
no, I'm trying to use it with Oracle.
However it cannot work with any dialect, because as I described,
it has a bug.
The dialect attribute is set in base class:
ConnectionSourceSkeleton
and the getter in the derived class JNDIConnectionSource
getSQLDialectCode() is returning the attrib
10 matches
Mail list logo