@@ -21,9 +21,9 @@ destinations. It is modeled after the Log for Java library
21
21
reasonable. Here is a <a href="http://jakarta.apache.org/log4j/docs/manual.html">short
22
22
introduction</a> to Log4j which describes the API, and design rationale.
23
23
24
- Mark Mendel
<[email protected] > started a parallel log4c projet
25
- with a different philosophy. The design is macro oriented, so much lighter
26
- and faster which perfect for kernel development.
24
+ Mark Mendel started a parallel log4c projet with a different
25
+ philosophy. The design is macro oriented, so much lighter and faster
26
+ which perfect for kernel development.
27
27
28
28
Log4c is also available from SourceForge
29
29
(http://www.sourceforge.net/projects/log4c/). This is work in progress.
@@ -91,7 +91,7 @@ documentation for more information.
91
91
92
92
@subsection installation_rpm Using RPMs
93
93
94
- on SourceForge:
94
+ FC7 RPMs on SourceForge:
95
95
@li <a href="http://prdownloads.sourceforge.net/log4c/log4c-@
[email protected] ">log4c-@
[email protected] </a>
96
96
@li <a href="http://prdownloads.sourceforge.net/log4c/log4c-devel-@
[email protected] ">log4c-devel-@
[email protected] </a>
97
97
@li <a href="http://prdownloads.sourceforge.net/log4c/log4c-doc-@
[email protected] ">log4c-doc-@
[email protected] </a>
@@ -162,23 +162,27 @@ and custom layouts. Be patient or checkout the source.
162
162
163
163
@section thanks Thanks
164
164
165
- Mark Mendel <
[email protected] > for his work on a previous
166
- version of log4c.
165
+ Mark Mendel for his work on a previous version of log4c.
167
166
168
- This project would not have existed without Ceki
G�lc� <[email protected] > ,
167
+ This project would not have existed without Ceki Gulcu ,
169
168
the creator and maintainer of <a
170
169
href="http://jakarta.apache.org/log4j">Log4j</a>, nor without
171
- Bastiaan Bakker
<[email protected] > , who intiated me with <a
170
+ Bastiaan Bakker, who intiated me with <a
172
171
href="http://log4cpp.sourceforge.net/">Log4Cpp</a>.
173
172
174
- Very much thanks to Jeff Smith for writing a primer on <a
173
+ Many thanks to
174
+
175
+ @li Joel Schaubert for many contributions
176
+ @li Robert Byrne for Windows port and also many contributions
177
+ @li Olger Warnier for the Mac OS X port
178
+ @li Jeff Smith for writing a primer on <a
175
179
href="http://jefficus.usask.ca/article.php?story=20040613140849924">how
176
180
to use Log4c effectively</a>
177
181
178
182
@section copyright Copyright
179
183
180
- All software in this package is Copyright � 2003-2004 Meiosys
181
- http://www.meiosys.com and
C�dric Le Goater
<[email protected] > and is
184
+ All software in this package is Copyright (C) 2003-2004 Meiosys
185
+ http://www.meiosys.com and Cedric Le Goater and is
182
186
distributed under the <a
183
187
href="http://www.gnu.org/licenses/lgpl.html">LGPL</a> License. See the @c
184
188
COPYING file for full legal details.
0 commit comments