-
Notifications
You must be signed in to change notification settings - Fork 186
FAQ
The log files are placed under %appdata%/LogExpert/Logs (For Systems Win7 or newer %appdata% is c:\Users\<username>\AppData\Roaming).
To change the LogLevel edit the LogExpert.exe.config and change minlevel to one of these Trace|Debug|Info|Warn|Error|Fatal
Example:
<rules>
<logger name="Program" minlevel="Debug" writeTo="logfile" />
<logger name="*" minlevel="Debug" writeTo="logfile" />
</rules>If the program closes with the Windows Error Reporting then the error gets written to the Windows Event Log. You can access it by executing Β΄eventvwrΒ΄ on your PC. Then under Β΄Windows Logs -> ApplicationΒ΄ should be two entries (With Source Β΄Application ErrorΒ΄ and Β΄.NET RuntimeΒ΄) these contains the infos about the crash.
On some deployments there is a possibility that the files are "Blocked" by windows because there are from the internet. If there is a Error message like below in the log file.
System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework.
Then please check in the properties of the dll's if there is on the bottom part a section about security which mentions something like This file came from antoher computer and might be blocket to help protect this computer Check the checkbox or click on the Button (depends on the windows version). This procedure has to be executed on all dll.

π οΈ Functions
-
π File handling
-
π¦ Filter
Filter Subsections
- π’ Basic filter functions
- βοΈ Advanced filter hints
- π‘ Useful filter hints
- πΎ Filter save and restore
-
π Columnizers
Columnizers Subsections
- π§ Columnizers
- β¨ Custom columnizers
- β³ Timeshift
- π°οΈ Time spread view
- π Time sync
-
π Multifile
-
π Bookmarks
-
π¨ Highlighting
-
π§ External tools
-
β° Context menu
- βοΈ Settings
- πΎ Persistence
- π Sessions
- π§© Eminus Plugin
- π RegEx Reference
- β¨οΈ Keyboard Shortcuts
- π Usage Examples
π§° SDK
- π Plugins
- π ILogLineColumnizerCallback
- π οΈ Columnizer-API
- π About the different Line interfaces
-
β FAQ
Show topics
- πͺ΅ Logging
- π Event Log
- π§© Plugin Load Error
- π Signing Error during build