I have recently noticed that you are not able to log to a file if the file is located in a directory which has spaces in its name.
e.g:
aeswdriver.exe c:\paylink\log.txt - WORKS
aeswdriver.exe c:\paylink logs\log.txt - FAILS
The one what fails does not provide any logging at all...
Aeswdriver logging
Moderators: aardvark, davebush, Admin
This is in fact the standard across all Windows programs - if you want to specify two of more items in a single field (the program and log file) and some of them contain spaces, you have to use the quotes.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.