error while linking with std::basic_string...::basic_string...(...)

2010-05-31 Thread Thorsten Schöning
the error stats basic_stringchar.. oder basic_stringwchar_t... But I always have the linker error. I do use std::string etc. in Borland Builder, so I think it should work in general. Thanks for any help. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln

Re: error while linking with std::basic_string...::basic_string...(...)

2010-06-07 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Montag, 31. Mai 2010 um 16:15 schrieben Sie: [Linker Fehler] Unresolved external 'std::basic_stringchar, std::char_traitschar, std::allocatorchar ::basic_stringchar, std::char_traitschar, std::allocatorchar (int, int, const std::allocatorchar)' referenced from

Re: error while linking with std::basic_string...::basic_string...(...)

2010-06-08 Thread Thorsten Schöning
of first magic number. */ - static const LogString magicString1; + static const logchar magicString1[]; /** Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam

Re: simple stringstream appender

2010-08-16 Thread Thorsten Schöning
? Besides that, how large can your log grow? What are your trying to do with the written log in general? I would prefer a file from the first thoughts. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E

exception std::out_of_range in StringHelper::startsWith

2010-10-12 Thread Thorsten Schöning
Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: Andreas Muchow

get method name of logging caller...

2010-10-15 Thread Thorsten Schöning
if this is possible using log4cxx, too. Seems one has to stay with line number, right? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de

Re: get method name of logging caller...

2010-10-18 Thread Thorsten Schöning
and didn't find anything helpful. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam

Re: get method name of logging caller...

2010-11-26 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Freitag, 15. Oktober 2010 um 12:53 schrieben Sie: is there any way to get the method name of the logging caller in the log message? In some places %M is mentioned, but it doesn't seem to work and is not in the documentation of class PatternLayout. Hello, %M

Re: double precision

2011-01-07 Thread Thorsten Schöning
), LOG4CXX_LOCATION); }} #else #define LOG4CXX_DEBUG(logger, message) #endif Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH

Re: Crash at exit

2011-01-18 Thread Thorsten Schöning
-releaseRef(); Sounds that the following may be the reason: http://mail-archives.apache.org/mod_mbox/logging-log4cxx-dev/200901.mbox/%3c4975157f.8070...@purplescarab.com%3E http://www.mail-archive.com/log4cxx-user@logging.apache.org/msg03188.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten

Re: Attempting to compile example program

2011-09-13 Thread Thorsten Schöning
Guten Tag Zettai Muri, am Dienstag, 13. September 2011 um 00:08 schrieben Sie: Anyone have any ideas at all? My only idea would be to not use Visual Studio 6, but a more recent Version of Visual Studio Express. Then you shouldn't need Dev-C++ either. Mit freundlichen Grüßen, Thorsten Schöning

Re: AW: [bulk]: Re: Attempting to compile example program

2011-09-13 Thread Thorsten Schöning
, had unsupported macros, too, but got it finally working. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme

Re: Concurrent access

2012-02-23 Thread Thorsten Schöning
value=%d{-MM-dd HH:mm:ss,SSS} %p %c.%M: %m%n / /layout param name=append value=true / /appender Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT

Re: Problems installing log4cxx v 0.10.0 using Microsoft Visual Studio 2010 Express C++ edition

2012-05-02 Thread Thorsten Schöning
/595054/visual-c-2010-express-cannot-open-visual-c-6-0-projects Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon.030-2 1001-310 Fax...05151- 9468- 88 Mobil

Re: Log4cxx and memory read problem while program is ending

2012-05-25 Thread Thorsten Schöning
the call to apr_terminate in some classes. http://mail-archives.apache.org/mod_mbox/logging-log4cxx-dev/200901.mbox/%3c4975157f.8070...@purplescarab.com%3E Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM

Re: Log4cxx and memory read problem while program is ending

2012-05-25 Thread Thorsten Schöning
on CTRL_SHUTDOWN_EVENT and maybe this event was fired after log4xx was already destructed right before the application shutdown. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon

Re: failed to compile log4cxx in Ubuntu12. error is apr

2012-07-27 Thread Thorsten Schöning
not be located. Please use the --with-apr option. Do you have apr-devel and apr-util-devel installed, as the link says? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon.030

Re: multiples instances of log4cxx

2013-01-23 Thread Thorsten Schöning
Guten Tag Oscar Pernas, am Mittwoch, 23. Januar 2013 um 13:29 schrieben Sie: What I'm doing wrong? I think that Im linking with the correct dinamic library... Did you read my quoted link? The behavior you see is intended on dynamic link libraries. Mit freundlichen Grüßen, Thorsten Schöning

Re: log4cxx - reaching out for interested developers

2013-04-18 Thread Thorsten Schöning
be a lot easier if log4cxx moves (back?) to incubator. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil

Re: RollingFileAppender Exception

2013-05-07 Thread Thorsten Schöning
configured a filename then check permissions on the path configured. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil

Re: C++ using Qt and Log4cxx does not show in console

2013-05-21 Thread Thorsten Schöning
you give some more details about why your QT library doesn't support stdout/stderr or what it is doing with those? Maybe one can provide some alternatives, but doesn't know exactly what the problem with the QT library is. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E

Re: log4cpp to log4cxx migration changes

2013-07-18 Thread Thorsten Schöning
Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover

Re: Defining logstreams in a header

2014-01-13 Thread Thorsten Schöning
the statement would look something like the following: LOG4CXX_INFO(logger, Player started with SYPHON SYPHON , FBO FBO , DEMO DEMO LOG4CXX_ENDMSG); Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http

Re: Defining logstreams in a header

2014-01-13 Thread Thorsten Schöning
macros which support short-circuiting if the threshold is not satisfied and use of the insertion operator () in the message parameter. https://logging.apache.org/log4cxx/ Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme

Re: Logging to memory mapped files

2014-01-16 Thread Thorsten Schöning
approach. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme

Re: Directing windows logging data to the active app console

2014-02-26 Thread Thorsten Schöning
/desktop/ms681944(v=vs.85).aspx Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM

Re: getRootLogger() thread-safe?

2014-03-10 Thread Thorsten Schöning
removing that on trunk as well, like with LOG4CXX-394. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil

Re: getRootLogger() thread-safe?

2014-03-11 Thread Thorsten Schöning
to agree, we fixed the same problem in LOGCXX-394 as well. I created a new bug and provided a patch for others to review: https://issues.apache.org/jira/browse/LOGCXX-430 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme

Re: Status of log4cxx under Windows using VS 2010

2014-03-18 Thread Thorsten Schöning
don't know the numbers anymore. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM

Re: Status of log4cxx under Windows using VS 2010

2014-03-18 Thread Thorsten Schöning
. At least ANT works with VS 2013 Express for me. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8

Re: Status of log4cxx under Windows using VS 2010

2014-03-21 Thread Thorsten Schöning
. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme

Re: Does log4cxx substitute environment variables in config files?

2014-03-24 Thread Thorsten Schöning
, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789

Re: Clearing All Loggers from the Logger Repository.

2014-04-01 Thread Thorsten Schöning
Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB

Re: clearing Loggers from logger repository

2014-04-03 Thread Thorsten Schöning
ago, I would suggest overriding XMLWatchdog::doOnChange in domconfigurator.cpp and reset/clean the whole configuration on each iteration using LogManager::resetConfiguration. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT

Re: Loglines before a crash

2014-04-05 Thread Thorsten Schöning
I/O easily using the configuration IMHO. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468

Re: Clearing All Loggers from the Logger Repository.

2014-04-10 Thread Thorsten Schöning
Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c

Re: Clearing All Loggers from the Logger Repository.

2014-04-11 Thread Thorsten Schöning
by implementing callbacks for the filewatcher, this should be more easy to implement than removing single loggers alone. https://issues.apache.org/jira/browse/LOGCXX-429 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme

Re: Question regarding the technical details of a log rollover

2014-05-21 Thread Thorsten Schöning
/ /layout param name=append value=true / /appender Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http

Re: log4cxx and threads

2014-06-01 Thread Thorsten Schöning
on the template logger. You would simply need to create new logger and appender objects using LOG4CXX API and provide most of the properties form the configured template logger and appender, just changing logger and file names to be specific for each thread. Mit freundlichen Grüßen, Thorsten Schöning

Re: Problem building log4cxx 0.10.0 -- missing source files?

2014-06-08 Thread Thorsten Schöning
++ 6 is that common on the user or dev base of the project that one can simply provide his binaries. Give it a try. :-) Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon

Re: log4cxx v0.9.7 in multi-threaded environment

2014-06-18 Thread Thorsten Schöning
/browse/LOGCXX-278 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH

Re: Socket appender improvements

2014-07-01 Thread Thorsten Schöning
@HEAD, test with that and afterwards you may have acloser look into the problem you are seeing. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax

Re: Socket appender improvements

2014-07-01 Thread Thorsten Schöning
Guten Tag Lucas Vickers, am Dienstag, 1. Juli 2014 um 18:36 schrieben Sie: https://github.com/apache/log4cxx/tree/trunk This is not the official repo, use the following: http://logging.apache.org/log4cxx/source-repository.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning

Re: Socket appender improvements

2014-07-01 Thread Thorsten Schöning
like if they were. ;-) You could give Ant and/or Maven a chance. http://logging.apache.org/log4cxx/building/ant.html http://logging.apache.org/log4cxx/building/maven.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT

Re: Socket appender improvements

2014-07-02 Thread Thorsten Schöning
just specify a x86 vs x64 bit architecture. I think that's cpptasks not supporting such things, too. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax

Re: Socket appender improvements

2014-07-02 Thread Thorsten Schöning
didn't ever test myself, or the old releases contain some which could be used as templates. AFAIR we didn't add or rename files, therefore you may try to simply copy new source files over to the old project files. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E

Re: Socket appender improvements

2014-07-02 Thread Thorsten Schöning
working with my own 0.10.0 based project files and applied patches. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil

Re: Status of log4cxx under Windows using VS 2010

2014-08-28 Thread Thorsten Schöning
freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str

Re: Using VC6 on XP to build log4cxx from latest trunk [was Re: Status of log4cxx under Windows using VS 2010]

2014-09-02 Thread Thorsten Schöning
whatever source you like. But I would prefer using maven, that's what I did as well. http://mvnrepository.com/artifact/ant-contrib/cpptasks/1.0b5 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de

Re: Using VC6 on XP to build log4cxx from latest trunk

2014-09-03 Thread Thorsten Schöning
the directory containing pom.xml, should be trunk. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8

Re: Using VC6 on XP to build log4cxx from latest trunk

2014-09-07 Thread Thorsten Schöning
Error code 2 normally means a missing file somewhere, you may use Process Monitor from Sysinternals to follow the build process and see which file is missing or try mvn -X ... which generates a lot of debug output. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E

Re: Using VC6 on XP to build log4cxx from latest trunk

2014-09-08 Thread Thorsten Schöning
or if they are needed at all... Sorry, but I don't have the time to look into this any more detailed. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax

Re: log4cxx xml config

2014-09-11 Thread Thorsten Schöning
in, some for Log4j added in the younger past surely won't be available etc. We are using log4cxx 0.10.0. The available appenders didn't change much in current trunk, if I remember correctly, but they might became more reliable. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning

Re: log4cxx xml config

2014-09-11 Thread Thorsten Schöning
kind with things known to not work or such. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8

Re: Using VC6 on XP to build log4cxx from latest trunk

2014-09-17 Thread Thorsten Schöning
is pretty old. Oh well, I tried, and thanks very much for your help. I still want to try to use log4cxx since it is so highly recommended, I'll just have to try a newer version of VC. Luckily we have the express editions these days. :-) Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten

Re: Using filters

2014-10-14 Thread Thorsten Schöning
that what you try to achieve is possible without any coding just by configuration. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151

Re: How to completely disable logging?

2015-02-19 Thread Thorsten Schöning
it. Read the following paragraph, that's what Log4cxx is doing automatically. Everything else is up to the LIB and you need to ask it's maintainer. Default Initialization Procedure http://logging.apache.org/log4cxx/usage.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning

Re: LOG4CXX Common DLL Logging

2015-01-12 Thread Thorsten Schöning
, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG

Re: Unit tests fail after log4cxx build on Raspberry Pi

2015-02-23 Thread Thorsten Schöning
. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme

Re: Compiling on Windows

2015-04-22 Thread Thorsten Schöning
Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789

Re: Help with first C++ program to do logging

2015-10-12 Thread Thorsten Schöning
he dependencies like APR on your own as well, but APR should support MSVC. I personally prefer custom IDE projects, but spent quite some days getting all up running. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme

Re: Help with first C++ program to do logging

2015-10-12 Thread Thorsten Schöning
reundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7

Re: Help with first C++ program to do logging

2015-10-12 Thread Thorsten Schöning
platform independent code in such unix dirs and I have added those files in my project and got an "apr_generate_random_bytes" in my lib. I have quite some other unix dirs in my project as well, like "file_io", else it wouldn't even compile. Mit freundlichen Grüßen, Thorsten Schöning

Re: Help with first C++ program to do logging

2015-10-12 Thread Thorsten Schöning
" folder of that is in my path and contains some ant.bat which deals with things like ANT_HOME, classpath and such. Have a look at that. I don't remember anymore how I set up my ANT and currently don't have the time to play with that, sorry. Mit freundlichen Grüßen, Thorsten Schöning

Re: Help with first C++ program to do logging

2015-10-13 Thread Thorsten Schöning
\Java\jdk1.8.0_60\jre > Default locale: de_DE, platform encoding: Cp1252 > OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "dos" Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.d

Re: deallocating resources

2015-08-26 Thread Thorsten Schöning
no useful scope to release them. You use case doesn't seem to be very common. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151

Re: unit test 'errorhandlertestcase' failed

2016-02-11 Thread Thorsten Schöning
ed -f arg and the patterns of "temp.sed". You can see the content of that file if you run the test suite with only the one test you are interested it, something like: > test_all.cmd errorhandlertestcase where test_all.cmd is some wrapper of mine to adopt the suite to my needs. My

Re: log4cxx-0.10.0 and crash on exit

2016-02-29 Thread Thorsten Schöning
ial .NET/managed/whatever DLL or is it only used in such a process? I only use log4cxx statically linked into plain Win32 applications. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-

Re: unit test 'errorhandlertestcase' failed

2016-03-24 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Freitag, 12. Februar 2016 um 08:56 schrieben Sie: > So maybe the test is just wrong? Don't think so anymore: I guess errorhandlertestcase failed on Linux because :x.log is a valid file name there. That's not the case under e.g. NTFS and from my understand

Re: Garbage characters in log files

2017-02-14 Thread Thorsten Schöning
ing and concurrent logging in general, I don't see any close relationship to rolling log files over, which you are mentioning. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05

Re: Support for Log4J 2 configuration file format

2016-09-05 Thread Thorsten Schöning
rmat, you should consider contributing it on your own. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil...

Re: Cannot figure out how to clean correctly

2016-10-27 Thread Thorsten Schöning
nt. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Branden

Re: Cannot figure out how to clean correctly

2016-10-25 Thread Thorsten Schöning
ems with multi threading apps and such. https://issues.apache.org/jira/browse/LOGCXX-322 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05

Re: Cannot figure out how to clean correctly

2016-10-25 Thread Thorsten Schöning
ain with a reverted rev 1566655, which is were changed things. https://issues.apache.org/jira/browse/LOGCXX-394 https://issues.apache.org/jira/browse/LOGCXX-458 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www

Re: Unix Timestamps

2016-12-01 Thread Thorsten Schöning
er, strftimedateconverter and simpledateformat, which is used depending on your configuration and might support timezone related stuff. At least there some "Z" mentioned in simpledatformat, resulting in a calculation of timezone offsets in "RFC822TimeZoneToken". Mit freundlichen Grüß

Re: LOG4CXX crashes

2017-04-04 Thread Thorsten Schöning
first. You can find build instructions for both versions online: https://logging.apache.org/log4cxx/latest_stable/index.html https://logging.apache.org/log4cxx/next_stable/index.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de A

Re: log4cxx crashes on application exit

2017-05-23 Thread Thorsten Schöning
n, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 317

Re: Next release

2017-12-19 Thread Thorsten Schöning
So what is the correct usage? I didn't find any useful docs. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil...

Re: Next release

2017-12-20 Thread Thorsten Schöning
I would prefer. While using the last line might be wrong if no breaking interface was introduced, auto-incrementing it should always work as well. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-So

Re: Log4CXX hang

2018-05-21 Thread Thorsten Schöning
figuration itself looks OK to me. Where and how do you create instances of class A? Your problem could again be related to multiple threads creating multiple instances of class A, configuring log4cxx multiple time. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mai

Re: Log4CXX hang

2018-05-31 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Montag, 21. Mai 2018 um 15:32 schrieben Sie: >> #0 0xe405 in __kernel_vsyscall () >> #1 0x0067bcc5 in pthread_cond_wait@@GLIBC_2.3.2 () from >> /lib/libpthread.so.0 >> #2 0x0096b9cc in __cxa_guard_acquire () from /usr/lib/libstdc+

Re: Next release

2017-12-21 Thread Thorsten Schöning
ean anything and I deleted those tags in the past already and will do so with the current ones until I feel the scripts are finished. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telef

Re: OS

2019-04-17 Thread Thorsten Schöning
s/smart-questions.html#beprecise Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 A

Re: Status of 0.11.0

2020-06-24 Thread Thorsten Schöning
box/%3c1608842627.20200101165...@am-soft.de%3E Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-S

[log4cxx] Block signals by default?

2021-08-25 Thread Thorsten Schöning
compatible and how things have always been, so won't break too much most likely. OTOH, if the current default behaviour is PITA for a lot of users, it might be worth changing it. So what's user's opinion about this? Thanks! Mit freundlichen Grüßen Thorsten Schöning -- AM-SoFT IT-Service - Bitstore