On Mar 8, 2006, at 1:34 PM, Andreas Fester wrote:
Ok, I would like to retry this one ;-)
I added an InputStreamReader to split the reader and stream
hierarchy. The classes should now be similar to java.
InputStreamReader converts from char to LogString.
Thanks,
Andreas
Go ahead an
Ok, I would like to retry this one ;-)
I added an InputStreamReader to split the reader and stream
hierarchy. The classes should now be similar to java.
InputStreamReader converts from char to LogString.
Thanks,
Andreas
On Jan 30, 2006, at 9:12 AM, Andreas Fester wrote:
> This patch fi
On Feb 4, 2006, at 2:22 PM, Narasimha Rao wrote:
Dear Arnold,
DO you know anybody using Log4CXX on HP UX with aCC compiler.
I need to compile Log4CXX with aCC compiler on HP UX 11.11.
I need a make file to compile the code and do we need any specific
libraries lile xml2 etc.. before compile?
Dear Arnold, DO you know anybody using Log4CXX on HP UX with aCC compiler. I need to compile Log4CXX with aCC compiler on HP UX 11.11. I need a make file to compile the code and do we need any specific libraries lile xml2 etc.. before compile? Can you pleae help me? While compiling i got one e
On Jan 30, 2006, at 9:12 AM, Andreas Fester wrote:
This patch fixes the localized logging which was still #if 0'ed out.
To read the resource files, a FileInputStream class was added.
This aligns the class structure better with the java world,
instead of having read/write methods directly on th
This patch fixes the localized logging which was still #if 0'ed out.
To read the resource files, a FileInputStream class was added.
This aligns the class structure better with the java world,
instead of having read/write methods directly on the File class.
Best Regards,
Andreas
Index: in
On Dec 1, 2005, at 12:40 PM, Andreas Fester wrote:
Hi,
I intend to commit the following patches. These should be the
remaining
ones necessary for a proper autotools dist-tarball generation.
They fix the following build issues (I think they can be summarized
to LOGCXX-43, "configure/make he
Hi,
I intend to commit the following patches. These should be the remaining
ones necessary for a proper autotools dist-tarball generation.
They fix the following build issues (I think they can be summarized
to LOGCXX-43, "configure/make help needed"):
- Allow to create proper dist-tarball with "
LOGCXX-43: required changes for proper win32 build
Index: src/class.cpp
===
--- src/class.cpp (Revision 332794)
+++ src/class.cpp (Arbeitskopie)
@@ -34,7 +34,7 @@
#include
#endif
#include
-#ifdef LOG4CXX_HAVE_SMTP
+#
The following patches add the streamtestcase files:
--- tests/src/Makefile.am (Revision 345118)
+++ tests/src/Makefile.am (Arbeitskopie)
@@ -10,6 +10,7 @@
testsuite_SOURCES = \
asyncappendertestcase.cpp\
+encodingtest.cpp\
filetestcase.cpp \
hierar
On Nov 26, 2005, at 12:14 PM, Andreas Fester wrote:
Hi,
I intend to commit the following patch to solve issue
http://issues.apache.org/jira/browse/LOGCXX-82
+0
There are other more significant issues with logstream that need to
be addressed which may eventually cause this to be a non-issu
On Nov 26, 2005, at 12:45 PM, Andreas Fester wrote:
Issue: http://issues.apache.org/jira/browse/LOGCXX-120
+1
Issue: http://issues.apache.org/jira/browse/LOGCXX-120
Index: include/log4cxx/patternlayout.h
===
--- include/log4cxx/patternlayout.h (Revision 332794)
+++ include/log4cxx/patternlayout.h (Arbeitskopie)
@@ -101,40 +101,39 @@
Hi,
I intend to commit the following patch to solve issue
http://issues.apache.org/jira/browse/LOGCXX-82
Index: include/log4cxx/stream.h
===
--- include/log4cxx/stream.h(Revision 332794)
+++ include/log4cxx/stream.h(Arbeitsko
+1
Hi,
I intend to commit the following patches.
They clean up and extend the logchar configuration.
All configuration of the LOG4CXX_LOGCHAR_IS_... and
the LOGCHAR_IS_WCHAR macros is now done by the
build/configure scripts, so that no dependencies
need to be calculated in the include file.
I think t
On Nov 14, 2005, at 1:38 PM, Andreas Fester wrote:
Hi,
I intend to commit the following patches; they are all a first step
towards creating a proper dist-tarball with the GNU autotools based
build.
Any objections?
Thanks,
Andreas
+1
Hi,
I intend to commit the following patches; they are all a first step
towards creating a proper dist-tarball with the GNU autotools based
build.
Any objections?
Thanks,
Andreas
jira LOGCXX-119:
Index: tests/src/Makefile.am
18 matches
Mail list logo