If I initialize this API with this method `DismApi.InitializeEx(DismLogLevel.LogErrorsWarnings, "log.txt");` This is what gets loggt: [log.txt](https://github.com/josemesona/ManagedDism/files/1736330/log.txt) As far as I can tell this looks like an Ansi <-> Unicode issue. Kind regards
If I initialize this API with this method
DismApi.InitializeEx(DismLogLevel.LogErrorsWarnings, "log.txt");This is what gets loggt:
log.txt
As far as I can tell this looks like an Ansi <-> Unicode issue.
Kind regards