Releases: zarunbal/LogExpert
1.6.14
The description what changes and who contributed will follow for now I just want to release the changes (chocolatey and sftp files will follow). Big thanks to all the contributors!!!
Changes
- Important IColumnColumnizer interface has changed! (Sorry this should have been reflected in the version)
- New Columnizers, AutoColumnizer, Serilog
- Improved Json Columnizer
- Settings dialog, some settings didn't trigger a is dirty flag
- Timestamp columnizer now has the ability to ignore first character if it is a bracket
- Improved Regex columnizer, now if a line doesn't match it will be displayed in last column
- many more (to be described)
Bugfixes
Contributors
Thanks to the contributors!
Infos
It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #55, #13, #8).
1.6.13
Changes
Bugfixes
- #49 Could not load file or assembly LumenWorks.Framework.IO
- #57 Highlighting not correctly applied when the line contains a tab \t character
- #47 Bug - typo
- #38 Bug - Hex char 0 (null)
Contributors
Thanks to the contributor!
Infos
It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #55, #13, #8).
This is the same as 1.6.13-rc1, just official release (This is the second 1.6.13 release. The first one I named the tag wrong)
1.6.13 RC 1
Changes
Bugfixes
- #49 Could not load file or assembly LumenWorks.Framework.IO
- #57 Highlighting not correctly applied when the line contains a tab \t character
- #47 Bug - typo
- #38 Bug - Hex char 0 (null)
Contributors
Thanks to the contributor!
Infos
It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #55, #13, #8).
1.6.10
Changes
- Minor formatting
- Changed BufferedDataGrid to reuse color, brush and pens
- Chocolatey package
Bugfixes
- #25 Blank line after each file change
Everyone who is wondering why there is a gap in the release versions, because there were some errors in the appveyor scripts. For the chocolatey package the Build number must match the version or else my replacements are not working.
1.6.8
1.6.7
1.6.6
Bugs
Enhancements
- Replaced old logging with NLog
- Extended existing Log Statements with the new possibilities of NLog (e.g. real exception logging)
The log files are placed under %appdata%/LogExpert/Logs
(For Systems Win7 or newer %appdata% is c:\Users\<username>\AppData\Roaming
.
If there is a problem please change in the LogExpert.exe.config the minlevel of both rules to Debug
and attach the created LogFile.
Example:
<rules>
<logger name="Program" minlevel="Debug" writeTo="logfile" />
<logger name="*" minlevel="Debug" writeTo="logfile" />
</rules>