Releases: LogExperts/LogExpert
Releases · LogExperts/LogExpert
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>