hi,
I have multiple shared lib, and I want to chained their logs to main application;
in main app, I use multiple instance id and custom formater(log instance id string as header's part) to identify multiple modules in log text, but how can I identify log from diffent shared lib?
thx.