Sergey Podobry
Sergey Podobry
Hi @RaffaeleBerzoini ! The problem is that Windows can't import and export from the same module simultaneously. You're trying to import `plog` and export `SetConfigurationFile` from a `dll` and vice...
Your bug report is very good! I'll check this issue.
Unfortunately MinGW doesn't play well with exporting/importing classes and inline functions (and they should be inline as they are in headers). I don't see an easy way to fix this....
There was no need to support WPP thus it's left unimplemented :disappointed:
Yes, `target_link_libraries` should be modernized to specify visibility (private, public, interface). Thanks for reporting!
It should be possible with the following approach: https://github.com/SergiusTheBest/plog/issues/181#issuecomment-786281845 Could you check if it works for your use case?
Indeed it's a convenient way. But it's not suitable for everyone. I'll add it as an alternative to the existing one (instead of replacing the existing one). Thanks for the...
Log data is written directly to a file without any intermediate buffering in the app. So I'm not sure what flushing do you need. Could you provide more details?
Oh, I think I see your problem. Your backup system works on the block level so you want the log data to be written on the disk. Is that correct?
I hope the issue is resolved, so I'm closing it now.