Sergey Podobry
Sergey Podobry
Actually you can use the latest released version (1.1.8) and set `-fvisibility=hidden` compiler option for you SO files (in Visual Studio this is Symbols Hidden By Default option). The next...
Yes. There is `getFile()` method. Use it in your formatter class. Also you need to define `PLOG_CAPTURE_FILE` to enable capturing of the file names.
@ahanin-emerson Where do you define PLOG_CAPTURE_FILE? It should be defined before including plog headers or it the project settings.
@ahanin-emerson No problem!
Hi! I was thinking about such appender. Thank you for participation.
Hi @ChiftKey , Indeed it doesn't work. It looks that a file pointer continues to be incremented nevertheless the file is truncated. However if add `O_APPEND` flag (`File` class in...
Excellent! I'll leave this open for a while until merging this changes into master.
Hi guys! Thanks for the PR. Just wait a little bit. Russia is hitting my city with ballistic missiles and hundreds of tanks are driving to it from multiple directions....
Thanks for the PR! The fix is good but it doesn't resolve all BCB 6 issues. So I'd leave it open for now. If you have more patches to complete...
Hi @redfox1999 , Thank you for the pull request! However `IAppender` doesn't need severity filter as `logger` already has one. So you basically need to create several loggers and link...