kbLogger 2.0.b1
The automotive ready test and logging program.
|
The normal way of starting kbLogger is to use the kbLogger icon on the desktop, in the quick launch bar or in the start menu.
After a few seconds, the about dialog is showing.
You have to click to the "Accept" button to close this dialog and to open kbLogger.
To control the startup behavior of kbLogger, you can start the program from the command line. For that, open a command line of your choice and navigate to the installation directory of kbLogger. This is necessary, since kbLogger need the installation directory to be the current directory.
Then start kbLogger by the following command:
kbLogger [Options] [project1 ... projectN]
kbLogger will open than all given projects [project1 ... projectN] automatically.
Options:
The license is accepted by you and therefore the DialogAbout is not shown.
Load all projects which where opened when kbLogger was closed last time. This overrules the list of projects!
Loads the project file PROJECT (with the full qualified or relative path).
Loads and starts the project file PROJECT (with the full qualified or relative path). The given project can act as a master project which itself loads and runs other projects. This option can be used only once.
kbLogger runs in daemon mode (without GUI). Implies -A.
kbLogger can write internal logs into LOGFILE. Useful for debugging purposes, in special in daemon mode. To log to the command line use -l stdout .
kbLogger will use the given license key when contacting a license server (defaults to www.kodeburg.com). Useful when running in daemon mode.
kbLogger will use the given license server to validate the license key (defaults to www.kodeburg.com:33335).
Every additional parameter, which does not match the parameters above, is interpreted as a project to load like with parameter -p.