1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Description
Log for C is a library of C classes for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable.
Project information
See the project page for more information: http://log4cpp.sourceforge.net.
Please submit bug reports, patches or feature requests to the appriopiate
tracker on the SourceForge page (http://sourceforge.net/projects/log4cpp).
The project also has forums for general discussion and a development mailing
list for those interested in participating development of log4cpp.
Alternatively, if you wish to contact me directly, use:
[email protected].
License
As of version 0.2.1 this library is licensed under the Lesser General Public License instead of the General Public License. No further license changes are planned :-).
Log for C (short name: log4cpp), a C library for flexible logging.
Copyright (C) 2000,2001 LifeLine Networks bv
Copyright (C) 2000,2001 Bastiaan Bakker
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|