How to show local times in FAH log file
Posted: Fri Jun 26, 2020 7:30 pm
Discussed many years ago, I too wanted to look at FAH log with local times. I found a way to do this with an old version of an open source tool called LogExpert v1.5 (for Windows+.Net 2.0). Here is what your view will look like with times at at start of line displayed as YOUR local time:b-morgan wrote:While I can understand the desire to have everyone using the same time standard, it would be useful when troubleshooting to have an occasional entry in the log file indicating the local time
Here is what you need
- LogExpert 1.5 or LogExpert 1.5.1
- RegexColumnizer.dll plugin use this Regex string (see setting dialogs in image above):
Code: Select all
(?<Time>........)(?<Msg>.+)
- my settings file for LogExpert 1.5 - use import option which will replace your exist LogExpert settings, contains settings for log lines in colour. After import, review all the path names under Configure menu, and adjust for your setup.
- LogExpert v1.5 (VirusTotal scan result)
Note: V1.5 is no longer avaialable on codeplex or github - Logexpert v1.5.1 (from Github)
- RegexColumnizer.dll (from archive.org)]
source code: here - My settings file for v1.5
- Unzip LogExpert v1.5 to where you want to install it (eg. C:\APP\LogExpert)
- Unzip RegexColumnizer into plugin folder eg. C:\APP\LogExpert\plugins. For v1.5.1 put in C:\APP\LogExpert