Read Me
Description
Log for C++ is a library of C++ classes for flexible logging to files, syslog (planned) and other destinations. It is modeled after the Log for Java library (http://www.log4j.org), staying as close to their API as is reasonable.
See the project page for more information: http://log4cpp.sourceforge.net.
Please send comments/suggestions/bug reports to [email protected].
License
I initially planned to license Log for C++ under the LGPL, but due to the comments on the FSF site (http://www.gnu.org/philosophy/why-not-lgpl.html), I switched GPL, at least for the initial release. Comments on this decision are appreciated.
Log for C++, a C++ library for flexible logging.
Copyright (C) 2000 LifeLine Networks bv
Copyright (C) 2000 Bastiaan Bakker
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.