Is there any process safe logging library which can write same file from multiple process for C++?
I tried log4cxx. Some advices to use SocketConnector to write same file. But i did not find any real working sample.But any way i do not want my logger api open a tcp connection.