log4cpp

What is the point of clog?

I've been wondering, what is the point of clog? As near as I can tell, clog is the same as cerr but with buffering so it is more efficient. Usually stderr is the same as stdout, so clog is the same as cout. This seems pretty lame to me, so I figure I must be misunderstanding it. If I have log messages going out to the same place I have e...

getting started with log4cpp in windows

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? How do get started with installation and importing it to my application using windows xp, Visual Studio 2005? TIA ...

ETW tracking from .net, user mode and driver

Hi everyone, 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(the processes run in different sessions(winlogon)). Currently We have a home written logging service to which .net and c++ use...