36

Is there any third party tool that can recognize Log4Net log file structure and show it in a user friendly way by providing search functionalities etc?

Luke Girvin
  • 13,221
  • 9
  • 64
  • 84
pencilCake
  • 51,323
  • 85
  • 226
  • 363

5 Answers5

22

Try GamutLogViewer.

GamutLogViewer© is log file, logfile, viewer that works with Log4J, Log4Net, NLog, and user defined formats including ColdFusion. It supports filtering, searching, highlighting and many other useful features. This is a Windows application.

James Skemp
  • 8,018
  • 9
  • 64
  • 107
Memoizer
  • 2,231
  • 1
  • 14
  • 14
9

BareTail is a very nice tool to monitor log files.

You can monitor multiple log files, and the Pro version supports search.

James Skemp
  • 8,018
  • 9
  • 64
  • 107
JMan
  • 2,611
  • 3
  • 30
  • 51
  • I've got BareTail right here and I see no way to search anything. Is that in the paid version only? – PandaWood Dec 10 '13 at 00:55
  • @PandaWood We used the paid version so i think it won't be included in the free version. If i'm interested in some someware like that i'd try to find a way to use the full version(maybe if you know someone who has .... ) :) and if you like it buy a license. – JMan Dec 10 '13 at 06:03
7

This one looks promising:
http://yourlog4netviewer.codeplex.com/

Saw this one as well:
http://logexpert.codeplex.com/

Edited: this one as well:
http://insightextensions.codeplex.com/

Cole W
  • 15,123
  • 6
  • 51
  • 85
  • 2
    yourlog4netviewer requires changing your output to XML. While that may technically be easy, it may also be undesirable to impossible depending on your circumstances (it's unusable for me) – PandaWood Dec 10 '13 at 01:00
  • 1
    logexpert is nice. It can perform actions based on regex matches or logfile rows, such as colour highlighting or even starting other processes! – Matthew Lock Aug 28 '14 at 00:15
5

You may want to look into Apache Chainsaw. It was designed for log4J which is what log4net was ported from so the two will work very well together

http://logging.apache.org/chainsaw/

You can display log messages directly to it via a UDP appender or log to an xml file that chainsaw can read.

http://logging.apache.org/log4net/release/howto/chainsaw.html

Despertar
  • 21,627
  • 11
  • 81
  • 79
  • 1
    There is a new version of Chainsaw in the works with a ton of additional features and improved usability - developer snapshot available here: http://people.apache.org/~sdeboy – Scott Jan 30 '13 at 22:06
1

Sure, try this one: http://www.l4ndash.com/. It's web based and the developer version is free but restricted to use on one machine and can be accessed from the same machine.

hyppos
  • 7
  • 3