Scott, now is working fine, thanks a lot for your quick responses!
regards,
Mh
2009/3/26 Scott Deboy
> You have to add the appender to your root logger..
>
>
>
>
>
>
> Scott
>
> On Thu, Mar 26, 2009 at 10:51 AM, Moley Harey
> wrote:
>
> > Hi againScott, sorry to disturb you with
You have to add the appender to your root logger..
Scott
On Thu, Mar 26, 2009 at 10:51 AM, Moley Harey wrote:
> Hi againScott, sorry to disturb you with this...
>
> I have added the appender in my Log4j config file and now it looks like:
>
>
> "log4j.dtd">
> http://jakarta.
Hi againScott, sorry to disturb you with this...
I have added the appender in my Log4j config file and now it looks like:
http://jakarta.apache.org/log4j/";
debug="false">
When I start
Correct - you can add appender definitions to the same Chainsaw
configuration file that contains the receiver definition, and the appenders
will process the events received by Chainsaw.
Scott
On Thu, Mar 26, 2009 at 10:18 AM, Moley Harey wrote:
> Hi Scott,
>
> 2009/3/26 Scott Deboy
>
> > You c
Hi Scott,
2009/3/26 Scott Deboy
> You can include in Chainsaw's configuration any appenders you'd like, which
> will cause any events received by the receivers to be propagated to the
> appenders automatically.
How can I do that?
What I am doing now is to launch Chainsaw and when I am prompted
You can include in Chainsaw's configuration any appenders you'd like, which
will cause any events received by the receivers to be propagated to the
appenders automatically.
You can also save logging events as XML in Chainsaw via the file menu (note,
whatever events are displayed are saved, so you
Hi again,
I have done the following test and is working fine:
1. Update my log4cxx.properties file to send all messages through a
XmlSocketAppender like this:
log4j.appender.A1=org.apache.log4j.net.XmlSocketAppender
log4j.appender.A1.Port=4560
log4j.appender.A1.RemoteHost=127.0.0.1
2. Launch Ch
Hi Dmitry and old,
Do you know if the available SimpleSocketServer already include the
possibility of using it with a XMLSocketReceiver?
Or does log4j provide something similar to the code used in Chainsaw?
Thanks in advance,
Mh
2009/3/26 Dmitry
> On the server side you must use XML based rec
On the server side you must use XML based receiver as well.
Non java applications (c,c++,.net,etc..) must send logging events in XML
serialized form and get reconstructed on the server into Java objects
from this XML.
--
Kind regards,
Dmitry
www.moonlit-software.com
Moley Harey wrote:
Hi, th
Hi, thanks for your answers...
I changed the appender in my log4cxx properties file to be a
XMLSocketAppender and now I get the following exception when trying to
connect to my SocketServer:
2009-03-26 09:35:08,528 INFO NRTSocketServer - NRTSocketServer :: Connected
to client at /127.0.0.1
2009-
10 matches
Mail list logo