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
@itautec.com] > Odesláno: 30. dubna 2009 12:58 > Komu: log4net-user@logging.apache.org > Předmět: Log4Net in C++ > > > 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 spent quite some > tim

RE: Log4Net in C++

2009-04-30 Thread Radovan Raszka
zpráva- Od: Komyg [mailto:farm...@itautec.com] Odesláno: 30. dubna 2009 12:58 Komu: log4net-user@logging.apache.org Předmět: Log4Net in C++ 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 spent quite some time

Re: Log4Net in C++

2009-04-30 Thread Ross Hinkley
e tutorials, I have spent quite some > time looking for those, but they seem to have completely eluded me. > > Also if it is not at all possible to use log4net with C++, can you > recommend > me another logging api? > > Thanks, > Komyg > -- > View this message in co

Log4Net in C++

2009-04-30 Thread Komyg
another logging api? Thanks, Komyg -- View this message in context: http://www.nabble.com/Log4Net-in-C%2B%2B-tp23313958p23313958.html Sent from the Log4net - Users mailing list archive at Nabble.com.

Problem using log4net in C++ code.

2005-08-29 Thread Ping Xie
Hi, We have a problem using log4net in our legacy C++ code. We wrap the log4net in a C# dll and use it in our product. It works well in our C# code. However in a  piece that is converted from c++ 6.0 and compiled in .Net,  XmlConfigurator.Configure() causes AfxOLEInit() fails. Could anyone know w