-
Notifications
You must be signed in to change notification settings - Fork 178
FAQ
- Logging
- Event Log
- Error during load of Plugins
- Signing Error when adding a new resource file (ex. resources.de.resx)
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. Or there is no Columnizer / Plugin displayed.
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.
When adding a new language specific resource file, following error messages can appear
- "Error signing assembly -- Unknown error (8013141c)"
- "Error signing assembly -- AL1078"
This means you have to add the user you are building LogExpert with, to the following folder
\All Users\Microsoft\Crypto\RSA\MachineKeys
(normally located at C:\Users\All Users\Microsoft\Crypto\RSA\MachineKeys
)
Permisson must be FullControl (even if you are in the adminitrator group)
KB: https://learn.microsoft.com/en-au/troubleshoot/windows-server/windows-security/default-permissions-machinekeys-folders
π οΈ 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