In the application I'm debugging, there is a possibility to
have LOTS of log4net events being fired out if you set
the level to be DEBUG.
It would be very useful to have a two-part search.
Here's my vision. The user can start a search, enter the
text they are looking for, and execute it. Regex support
would be icing on the cake.
NetLogClient would then highlight all rows in the grid (all
events) that match that search criteria. It might even be
handy to have an option that shows only matches to the
current search.
The second part would be to have "Next
Match", "Previous Match" functionality available so the
user could browse through matches easily.
The functionality would be very similar to how RegMon
does it (http://www.sysinternals.com).
Logged In: YES
user_id=294623
For the first part, I am thinking of doing a tabbed
interface when we implement filters. Once that is done, the
search results could show up in a new tab called something
like "Search 1" and "Search 2" etc.