
GamutLogViewer is an open source viewer that works with Log4J, Log4Net, NLog and user defined formats. This application supports filtering, highlighting log files, searching for log files, adding bookmarks and it allows you to create custom configurations.
v2.2 [Mar 16, 2012]
- Bug fixes:
- ID 3535081: Format "(%-40.25c:%4L) %d{yyyy MM dd HH:mm:ss:SSS} [%-60t] %5p - %m %n" doesn't work. Two bugs were
fixed for this. Having a min length (40) that is greater than the max length (25) now shortens the min length so
the parsing works. The space separtor before the newline is also handled now.
NOTE: the "SSS" in the time format is not valid and must be replaced in your config string with "fff".
- There is now a button on the button bar to enable/disable the tail feature.
- ID 3536883: when a network connection was lost with tail feature enabled an unhandled exception was thrown.
This is now handled gracefully.