We have an application that parts of it are in .net, c++ usermode and C++ drivers. The application is divided into several executables that run on demand and communication with each other using LPC(th
I need to do logging in a C++ application. After googling for a while, I decided to use log4cpp. is that a safe option to go with, or is there something better out there?