RE: Log4Net in C++

2009-04-30 Thread Rob Prouse
- From: Komyg [mailto:farm...@itautec.com] Sent: April-30-09 8:30 AM To: log4net-user@logging.apache.org Subject: RE: Log4Net in C++ Yes, I think that is what I am looking for, thank you very much. Please note that I am writing managed code, so in this case should I use log4net instead of

Re: Log4Net in C++

2009-04-30 Thread Ross Hinkley
no: 30. dubna 2009 14:30 > Komu: log4net-user@logging.apache.org > Předmět: RE: Log4Net in C++ > > > Yes, I think that is what I am looking for, thank you very much. > > Please note that I am writing managed code, so in this case should I use > log4net instead of log4cxx? >

RE: Log4Net in C++

2009-04-30 Thread Radovan Raszka
In managed code it should be possible to use log4net, try it. I have no own experience with such solution as I am using C# only. Radovan -Původní zpráva- Od: Komyg [mailto:farm...@itautec.com] Odesláno: 30. dubna 2009 14:30 Komu: log4net-user@logging.apache.org Předmět: RE: Log4Net in C

RE: Log4Net in C++

2009-04-30 Thread Komyg
Yes, I think that is what I am looking for, thank you very much. Please note that I am writing managed code, so in this case should I use log4net instead of log4cxx? Thanks, Komyg Radovan Raszka wrote: > > If you are writing unmanaged code, you should use log4cxx, see > http://logging.apache.

RE: Log4Net in C++

2009-04-30 Thread Radovan Raszka
If you are writing unmanaged code, you should use log4cxx, see http://logging.apache.org/log4cxx/index.html, http://logging.apache.org/log4cxx/apidocs/index.html. There is also log4cxx-user mailing list, try to subscribe. Log4net is for managed code only, I think. Radovan -Původní zpráva

Re: Log4Net in C++

2009-04-30 Thread Ross Hinkley
Check out log4cxx: http://logging.apache.org/log4cxx It sounds like that's what you're looking for. -Ross On Thu, Apr 30, 2009 at 5:58 AM, Komyg wrote: > > Hi, does anyone know if I can use log4net with C++ and Visual Studio 2008 > Express? If so can you point me to some tutorials, I have spe