Skip to content

Releases: LogExperts/LogExpert

1.6.6

16 Nov 00:43
Compare
Choose a tag to compare

Bugs

  • Fixed Duplicate lines on ReRead buffer #10 (For further details 8a40fc7 )

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>

1.6.4

02 Nov 23:23
Compare
Choose a tag to compare

Bugs

  • Fixed NullReference on open About Dialog #6
  • Fixed missing column values in CSV Columnizer

"Enhancements"

  • Updated Copyright notice and sizes in About Dialog

1.6.3

29 Oct 22:38
Compare
Choose a tag to compare

No new features, just some housekeeping in the code

Fixed Bugs:

  • #6 (Added missing Plugins directory)
  • #2 (Line Truncate is implemented)
  • #4 (added the workaround cmd to the zip)

Important Breaking changes in Plugin interface!

1.5.1

19 Oct 22:05
Compare
Choose a tag to compare

First release of LogExpert on GitHub the new home :)

Upgraded to .NET 4
Fixed #1 Duplicate lines