Hello,
Given a Poco::LogStream binded to a Poco::Logger, and Poco::Logger is made up of a splitter channel which itself has a bunch of channels, what is going to happens if in a multi thread environnment during a << option to the LogStream, the splitter channel is modified? Is this safe?





