From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert P. J. Day" Subject: looking for a recommendation for C logging library Date: Fri, 3 Jun 2005 13:08:32 -0400 (EDT) Message-ID: Mime-Version: 1.0 Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: C programming list in some code i inherited, i'm tempted to replace the current, cumbersome, in-house collection of logging code with a public package of some kind. any recommendations for a decent C logging library? it should support selectable output files, multiple warning levels, all the usual stuff. thoughts? rday