> -----Message d'origine-----
> De : Nicko Cadell [mailto:[EMAIL PROTECTED] 
> Envoy� : samedi 28 ao�t 2004 10:22
> � : Log4NET User
> Objet : RE: No debug message in Visual Studio
> 
> Matthieu,
> 
> Visual Studio only captures the OutputDebugString messages 
> from programmes that it starts. ASP.NET debugging is done by 
> attaching to the existing aspnet_wp.exe process. Visual 
> Studio will therefore not hook the OutputDebugString messages 
> from a web application.
> 
> You may get the desired behaviour with the TraceAppender.
> 
> Also it looks like Nhibernate is using log4net 1.2 beta. You 
> may want to use this also as it is higher quality than 1.1.1.
> 
> Nicko

Thanks you Niko, finally I found a message on sourceforge archive about VS and 
the TraceAppender. It works very well !

Matthieu

Reply via email to