Heh heh.  Good catch.

I opened, fixed, and closed this issue in SVN; The next beta will reflect it.
Bug [ 1520888 ] string comparison will never be true due to case; made const lower case...

Thanks for your input;  Feel free to open bugs yourself at sourceforge.

Chris



Cheng wrote:
not sure if anyone already pointed out, here is a bug which cause the HostName never show up in the list:
 
in windowEventList .cs, check the following two line:
 
private const string PROPERTY_HOST_NAME_IDENTIFIER = "HostName";
 
 data.name.ToLower() == PROPERTY_HOST_NAME_IDENTIFIER
 
the second line will never be true. the fix is easy.

 
On 7/11/06, Chris Arrowood <[EMAIL PROTECTED]> wrote:
Thanks to all of you for the feedback.  That's the kind of feedback I was hoping to get by releasing and announcing a few beta's before the final release.

Also, to respect this list, I set up an "announcement" list for release announcements of NetLogClient and also a "development" list.  Further discussion of  NetLogClient is probably more appropriate on its development list or in the forums.  If you are interested in following NetLogClient releases or development, please  subscribe to the appropriate list or visit the forums at at http://netlogclient.sourceforge.net/

Concerning the feedback, I will reply to you directly;

Thanks again for all of the feedback and support.

Chris




Subject:
Re: Introducing NetLogClient 2.0 (Ripsaw)
From:
Steve Whitley <[EMAIL PROTECTED]>
Date:
Fri, 07 Jul 2006 10:45:49 -0500
To:
Log4NET User <[email protected]>

the flickering is an issue with the listview itself. which is compounded by adding new entries to the top (forcing a hard redraw). if you just add them normally (to the bottom) and invoke ensurevisible, it will add it to the bottom, and scroll to the bottom with less flickering.

I've been using it since they posted about it here. the start maximize annoys me. other than that (and the listview items being added to the top rather than the bottom), it does the job.

tinhuty he wrote:

I am looking for a good viewer too and tested this netlogclient. It works fine. Thanks for the great work!

Here are some of questions/comments based on my one day use of it:

The most important one is that the listview window flashes whenever a new log entry coming in, which is very annoying if there are log entryies come frequently. The worst is that the selected item will change when a new log entry comes. For example, if you select the first entry in the top and examing the detail, when a new entry comes, the section will changed to the new entry. If I want to check an entry in detail, I had to pause the display. I think this is inconvenient.

The second one: if you drag and re-arrange the columns and adjust the column width, the listview window not only flashes, but also change the width of the columns every time when a new log entry added. And also if you select different filter or different sourceIP, the color lost. I had to disable coloring and then enable it to get the color back.

Last one: the filter is only on level. It would be nice if there is a simple filter on the message that contains certain words.

Thanks.



On 6/11/06, Chris Arrowood <[EMAIL PROTECTED]> wrote:


I hope this isn't off-topic; I think it is relevant, if not, please excuse
me.

NetLogClient 2.0 beta 3 has just been released. It is an open source UDP
log event viewer written in C# 2.0. This application should be suitable for
use with Apache's log4j or log4net logging frameworks. (log4net must be
version 1.2.10 or higher).

Any feedback on it would be most appreciated. Just leave feedback at the
forums on the project page.

http://netlogclient.sourceforge.net/

Thanks so much for log4net! I use it often and appreciate all of the hard
work that makes a product as great as this!

Chris




 


Reply via email to