RE: Log4net viewer Log4View 2.2.0.6 released

2008-05-16 Thread Neil Haughton
Does anyone know how to use log4net.config files with Visual Studio 2008 unit testing? I have a test project with a log4net.config file as part of the project, properties set to Content and Copy always, which diligently copies the config file to the bin\release or bin\debug folders on build. Th

RE: Log4Net Viewer

2006-02-15 Thread Young, Jason \(GE Infrastructure\)
Title: RE: Log4Net Viewer I just got it to work by using "NDC" instead of "[NDC]".  Another option is to use "*".   Jason From: Young, Jason (GE Infrastructure) Sent: Wednesday, February 15, 2006 9:07 AMTo: Log4NET UserSubject: RE: Log4Net Viewer That's

RE: Log4Net Viewer

2006-02-15 Thread Young, Jason \(GE Infrastructure\)
Title: RE: Log4Net Viewer That's awesome!  I just can't seem to get it to work.   Here is my conversion pattern: %d [%t] %-5p %c [%x] - %m%n Here is my logFormat value: TIMESTAMP [THREAD] LEVEL LOGGER [NDC] - MESSAGE   I get log messages saying "Found non-matching line".

RE: Log4Net Viewer

2006-02-14 Thread Scott Deboy
Title: RE: Log4Net Viewer Chainsaw can read regular log files. You can get more information and start Chainsaw via Web Start at: http://logging.apache.org/log4j/docs/chainsaw.html Here's an example config file that can read regular log files: http://jakarta.apache.org/log4j/&q

RE: Log4Net Viewer

2006-02-14 Thread Young, Jason \(GE Infrastructure\)
From: Matthew Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 9:21 AMTo: Log4NET UserSubject: Re: Log4Net Viewer Sorry for the newbie question, but can anyone point me in the direction of a tutorial on how to get Chainsaw working with log4net files? I'm just using a simpl

Re: Log4Net Viewer

2006-02-14 Thread Matthew Brown
Sorry for the newbie question, but can anyone point me in the direction of a tutorial on how to get Chainsaw working with log4net files? I'm just using a simple (Rolling) LogFileAppender... On 2/13/06, Scott Deboy <[EMAIL PROTECTED]> wrote: Hi Richard, Göran:Göran Roseen roseen.se> writes:>> H

Re: Log4Net Viewer

2006-02-14 Thread Thibaut Barrère
I've been searching for a decent log viewer for a long time. I finally found flogviewer (www.flogviewer.com) which allows to view the logs (from a  file only). It does both filtering (ie: keep only lines matching a regular _expression_) and coloring (ie: color lines matching a regexp with a given c

Re: Log4Net Viewer

2006-02-14 Thread Jaroslaw Kowalski
IL PROTECTED]> To: "Log4NET User" Sent: Monday, February 13, 2006 11:09 PM Subject: RE: Log4Net Viewer NLog has a native .NET WinForm app for viewing log4j compatible data. Here's a quick demo showing IBatisNet's Log4Net adapter working with it: http://

RE: Log4Net Viewer

2006-02-13 Thread Ron Grabowski
NLog has a native .NET WinForm app for viewing log4j compatible data. Here's a quick demo showing IBatisNet's Log4Net adapter working with it: http://tinyurl.com/dbf2e http://www.ronosaurus.com/nlog/2005-08-28_NLogViewer_mouse_clicks.htm Jarek made this post regarding the status of it: http://

Re: Log4Net Viewer

2006-02-13 Thread Scott Deboy
Hi Richard, Göran: Göran Roseen roseen.se> writes: > > > > > > Hi Richard! > > > > I would very much like to see what you > have. I will do my best to give you constructive feedback... > > > > There are two major log viewers out there > today; > > > > Chainsaw (http://logging.apa

RE: Log4Net Viewer

2006-02-13 Thread Göran Roseen
Hi Richard!   I would very much like to see what you have. I will do my best to give you constructive feedback...   There are two major log viewers out there today;   Chainsaw (http://logging.apache.org/log4j/docs/chainsaw.html) - which in my opinion is too focused on log4j and an Apa

Re: Log4Net Viewer

2005-04-26 Thread Thibaut Barrère
I'm a java + c# guy also, but I'd love to have a "native" .net log viewer which could come bundled with log4net... In some environments being allowed to install a JRE or JDK is not always easy. What would suit my needs is a baretail like viewer (monitoring text files) which would be able to parse

RE: Log4Net Viewer

2005-04-26 Thread Göran Roseen
I have also tested Chainsaw (Java Web Start is a great thing!) and liked it a lot. But in my production environment, a web application would be much more appropriate. Does anyone have any experience of such a thing? What's your favourite? Personally, we are running both Apache/Tomcat and IIS/ASP

RE: Log4Net Viewer

2005-04-25 Thread Ron Grabowski
ssage- > > From: Ron Grabowski [mailto:[EMAIL PROTECTED] > > Sent: 22 April 2005 22:26 > > To: Log4NET User > > Subject: Re: Log4Net Viewer > > > > In this thread: > > > > http://marc.theaimsgroup.com/?t=11140130966&r=1&w=2 > >

RE: Log4Net Viewer

2005-04-23 Thread Nicko Cadell
L PROTECTED] > Sent: 22 April 2005 22:26 > To: Log4NET User > Subject: Re: Log4Net Viewer > > In this thread: > > http://marc.theaimsgroup.com/?t=11140130966&r=1&w=2 > > on the log4j mailing list, Scott Deboy posted his Chainsaw: > > http://logging.apach

RE: Log4Net Viewer

2005-04-22 Thread admin
oduct.Class" or "CompanyName.Product.Class.Something" loggers . Regards Taras -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 11:30 PM To: Log4NET User Subject: RE: Log4Net Viewer Is there source code available for that Taras? One of the many reas

RE: Log4Net Viewer

2005-04-22 Thread Ron Grabowski
Is there source code available for that Taras? One of the many reasons I like Chainsaw is that it displays loggers in a tree view so I can focus in a certain logger: CompanyName.Product.Class instead of seeing all the messages fly by at once. Is there any kind of filtering in your program? -

Re: Log4Net Viewer

2005-04-22 Thread Ron Grabowski
In this thread: http://marc.theaimsgroup.com/?t=11140130966&r=1&w=2 on the log4j mailing list, Scott Deboy posted his Chainsaw: http://logging.apache.org/log4j/docs/chainsaw.html config file that he uses to query a Sql Server database every 3 seconds for new log entries. It doesn't matter

RE: Log4Net Viewer

2005-04-22 Thread admin
You can check out Log4Net Viewer available at http://devintelligence.com//log4netviewer . Right now Log4Net Viewer supports only UDPAppender . Regards Taras -Original Message- From: Howard Weisberg [mailto:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 11:01 PM To: Log4NET User Subject:

RE: Log4Net Viewer

2005-02-25 Thread Shaily Goel
Thanks! for the information. I have aready checked this Log4NetViewer but my requirement is to use a viewer for RollingFileAppender log files which can support extensive filtering . Does the next version of Log4NetViewer will have support for viewing log files? What is the release date for the ne

RE: Log4Net Viewer

2005-02-24 Thread admin
Hello! Thank you for feedback . I 'am planning to include column and filter for NDC in next release (0.8.0.0) Regards. Taras -Original Message- From: Alisdair Little [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 11:27 PM To: Log4NET User Subject: RE: Log4Net Viewer

Re: Log4Net Viewer

2005-02-24 Thread Hollywood
Yeah, seconded here, nicely done. - Original Message - From: "Alisdair Little" <[EMAIL PROTECTED]> To: "Log4NET User" Sent: Thursday, February 24, 2005 3:27 PM Subject: RE: Log4Net Viewer > Hi Taras, > > Nice application and manual. Your application

RE: Log4Net Viewer

2005-02-24 Thread Alisdair Little
Hi Taras,   Nice application and manual. Your application is going to be very useful.   Do you plan to include the NDC column? My company makes extensive use of NDC for grouping items, I'm guessing others might too.   Thanks,   Al Little Software Architect ClinPhone Inc.[EMAIL PROTECTED] wrote: He

RE: Log4Net Viewer

2005-02-24 Thread admin
ECTED] Subject: Re: Log4Net Viewer Thanks! for providing me the below information but my requirement is : not only I should be able to view my log files through viewer but also I want to do all types of filtering while viewing. For e.g I want to view only those messages from log file which has severity &

Re: Log4Net Viewer

2005-02-24 Thread Shaily Goel
Thanks! for providing me the below information but my requirement is : not only I should be able to view my log files through viewer but also I want to do all types of filtering while viewing. For e.g I want to view only those messages from log file which has severity "Error" . such kind of filte