Re: chainsaw - socket hander - jdk util logging

2016-05-17 Thread Ray Tayek
On 5/16/2016 8:32 PM, Scott Deboy wrote: Chainsaw config files are regular log4j config files. Plugins are receivers, but you can just add any log4j appender to that same chainsaw config and it will send the received events to the appender, like a rollingfileappender. got one to work (see

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Scott Deboy
Chainsaw config files are regular log4j config files. Plugins are receivers, but you can just add any log4j appender to that same chainsaw config and it will send the received events to the appender, like a rollingfileappender. Scott On May 16, 2016 7:44 PM, "Ray Tayek" wrote:

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Ray Tayek
On 5/16/2016 5:11 PM, Scott Deboy wrote: I just tried it myself with the latest developer snapshot and it worked fine. This code was used on the 'transmit' side: ... i use similar code. This config file was my entire Chainsaw config (started on same machine of course):

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Scott Deboy
I just tried it myself with the latest developer snapshot and it worked fine. This code was used on the 'transmit' side: SocketHandler socketHandler = new SocketHandler("localhost", ); logger.addHandler(socketHandler); socketHandler.setLevel(Level.ALL);

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Ray Tayek
On 5/16/2016 2:26 PM, Scott Deboy wrote: With the latest developer snapshot from http://people.apache.org/~sdeboy See the 'Welcome' tab in Chainsaw, and click 'View example Receiver Configuration' toolbar button. Copy and paste that to a file, and remove all of the plugin entries except for:

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Scott Deboy
With the latest developer snapshot from http://people.apache.org/~sdeboy See the 'Welcome' tab in Chainsaw, and click 'View example Receiver Configuration' toolbar button. Copy and paste that to a file, and remove all of the plugin entries except for: And modify that port

chainsaw - socket hander - jdk util logging

2016-05-16 Thread Ray Tayek
hi, please excuse me if this is the wrong place to post, but i am new to log4j and chainsaw. i posted this question , but have no results yet. jigsaw seems kinda dead,