// Author : Amit Sahrawat // Test program – Allows logging for three types – Error, Info and Warning. Each type // of message can be enabled and disable at the compile time by defining their respective flags // Also each can be controlled at the run time by not setting the bit for the […]
Logging Mechanism and support for Variable Number of Arguments
September 10th, 2008 | by Amit Sahrawat | published in Linux Sample Programs