Re: Chainsaw

2013-08-28 Thread Scott Deboy
There is a developer snapshot of Chainsaw which includes a lot of new features and an improved UI. It's available here: http://people.apache.org/~sdeboy With this version of Chainsaw you can use the Udp appender support in log4net (specify the log4j xml layout) with a Udp receiver. You can also

Re: UpdAdapter does not seem to be working

2012-02-08 Thread Scott Deboy
It looks like this is an ipv6 issue with windows 7? Looks like you can use 127.0.0.2 instead of 127.0.0.1 to get around the issue. On Wed, Feb 8, 2012 at 9:42 AM, Byron Neudesic byron.good...@neudesic.comwrote: Hi All, I have been attempting to use the UdpAdapter and Chainsaw to demonstrate

RE: Combining log4j and log4net

2008-05-13 Thread Scott Deboy
What are you trying to do? Manage the logs from a central location? Writing to the same log file from both log4j and log4net will probably not work. Scott Deboy From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 12:57 AM

RE: Remote listening of server log stream ...

2008-02-04 Thread Scott Deboy
commons-vfs (http://commons.apache.org/vfs/filesystems.html) Scott Deboy Principal Engineer COMOTIV SYSTEMS 111 SW Columbia Street Ste. 950 Portland, OR 97201 Office: 503.224.7496 Direct Line: 503.821.6482 Cell: 503.997.1367 Fax: 503.222.0185 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

RE: UDP Viewers ...

2008-01-29 Thread Scott Deboy
Chainsaw V2 can view events generated by log4net's UDPAppender (if you specify the log4j schema) - define a UDPReceiver in Chainsaw and it should work fine. http://logging.apache.org/log4j/docs/chainsaw.html Scott Deboy Principal Engineer COMOTIV SYSTEMS 111 SW Columbia Street Ste

RE: Application to view output from a RollingFileAppender

2007-10-22 Thread Scott Deboy
describes how you specify the log format. If you need help, post your conversion pattern and I'll let you know what log format to use on the Chainsaw receiver side. Scott Deboy COMOTIV SYSTEMS 111 SW Columbia Street Ste. 950 Portland, OR 97201 Telephone: 503.224.7496 Cell

RE: Are there any open source viewers?

2006-06-15 Thread Scott Deboy
Chainsaw V2 can view logs created using XmlLayoutSchemaLog4j - it can accept events sent via UDPAppender and read files saved to disk. In case you're curious, it can also process regular log files (not xml) using LogFilePatternReceiver, and can process events stored in a database using