Enable logging in shipping build using Installed Builds?

Also, we can modify the log file name and destination if you start your app with a command line :
C:\Deployment\Package\Windows\Binaries\Win64\MyProject-Win64-Shipping.exe ABSLOG="C:\MyCustomLogFolderPath\MyCustomLogFile.log"
If you run your app with this param, your log is where you need it to be.
This function in code source allow us to do it :