What I mean by "fully portable":
My expectation is that I have to go through the setup phase once, then create my own distribution so that I can use exactly the same setup easily during the usage phase on any machine where I want to analyze logs.
Setup phase:
- I extract the the LogExpert files to
C:\Tools\LogExpert
- I add my own columnizer plugins to the
plugins subfolder
- I start LogExpert
- [optional:] I import settings I created on a previous LogExpert installation
- I configure everything
- highlighting
- saved filters
- file to columnizer associations, file to highlighting associations, etc
The expectation is that all of the above changes and configurations are persisted in C:\Tools\LogExpert.
Distribution phase
I zip C:\Tools\LogExpert and unzip it on remote machines/include it with my software distribution on test systems, or share it with my team members.
Usage phase:
I just start LogExpert wherever I unzipped it and don't have to care about configuring it again.
What I mean by "fully portable":
My expectation is that I have to go through the setup phase once, then create my own distribution so that I can use exactly the same setup easily during the usage phase on any machine where I want to analyze logs.
Setup phase:
C:\Tools\LogExpertpluginssubfolderThe expectation is that all of the above changes and configurations are persisted in
C:\Tools\LogExpert.Distribution phase
I zip
C:\Tools\LogExpertand unzip it on remote machines/include it with my software distribution on test systems, or share it with my team members.Usage phase:
I just start LogExpert wherever I unzipped it and don't have to care about configuring it again.