Sergey Podobry
Sergey Podobry
Yes, it's not supported as file rolling will require extra synchronization in such case. You can do the following: - use different file names for different libraries - use a...
Hello @allowwind! Could you provide a description of what did you mean?
Hi! No, by design they are compile-time constants. What is your use-case so you need a dynamic instance ids?
If you run them sequentially then you can change the output file name on the beginning of each scenario.
Probably there can be a mix of static and dynamic instance ids. I'll think about possible ways to implement it.
@bogoss2012 Dynamic logger instances is ready. Take a look at the [sample](https://github.com/SergiusTheBest/plog/blob/dynamic-instances/samples/Dynamic11/Main.cpp).
`LoggerContext` holds all objects required by the logger. At least you need one appender and one logger. It's up to you how to store them. `LoggerContext` is just one of...
syscall.h is used for getting thread id. Are you using Non-Os or RTOS?
Could you attach a sample project?
I see. Then you have to fix everything multithreading related. You need to remove `syscall.h` and `gettid`.