This repository was archived by the owner on Nov 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Logging
Invvard edited this page Mar 31, 2019
·
4 revisions
Starting with version 0.5.0.2003, logs are available to support user in case of unwanted behavior.
Every time you start the app, errors and unhandled exceptions are logged. You will find those logs in the sub folder "\logs".
In case of need, you can activate the verbose log very easily : just add the starting parameter
-loglevel=trace
This level will log almost everything and therefore create large log files, so it's better not to keep this activated at all time.
Follow those steps to add the verbose logs starting parameter :
- Open the folder where you put the app files,
- Right click on the 'InvvardDev.EZLayoutDisplay.Desktop.exe',
- In the contextual menu, click on 'Create shortcut',
- Right click on the newly created shortcut,
- Click on 'Properties',
- Locate the textbox labeled 'Target',
- At the end, right after the '.exe', add ' -loglevel=trace' (as always, without the quotes),
- Apply and close the properties window.
You're all setup. Now, just start the app by double clicking on the shortcut and you'll be good to go !
Copyright (c) 2014-2015 Invvard