Hi J�r�mie,

Subscribe to http://lists.sourceforge.net/lists/listinfo/nlog-list and post your questions there. I'm sure I can help you configure NLog for your environment.

Jarek

----- Original Message ----- From: "J�r�mie LOPEZ" <[EMAIL PROTECTED]>
To: "Log4NET User" <[email protected]>
Sent: Friday, December 10, 2004 10:14 AM
Subject: RE: equivalent of Log4xxx for ASP (not ASP.Net)



Thanks for answering Jaroslaw. I didn't yet succeed in setting NLog up to use it in my ASP pages, but it seems to be what I was looking for...

-----Message d'origine-----
De : Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]
Envoy� : mercredi 8 d�cembre 2004 14:00
� : Log4NET User
Objet : Re: equivalent of Log4xxx for ASP (not ASP.Net)

NLog (http://nlog.sourceforge.net) is a .NET logging library
similar to log4net. It has a COM binding that can be used to
output messages from ASP web pages. It also features the
C/C++ language logger (NLogC) for situations where you cannot
use COM. (For this, you have to use the latest subversion
code). I've been using it for one of our projects which
includes ASP, ASP.NET, scripting and C++ components.

When working under classic ASP you can use the following
layout appenders:
${asp-request}, ${asp-session}, ${asp-application} to get the
state of your application.

The best thing is: there's just one configuration and log
routing mechanism for all the languages and technologies supported.

Jarek

----- Original Message -----
From: "J�r�mie LOPEZ" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, December 08, 2004 1:38 PM
Subject: equivalent of Log4xxx for ASP (not ASP.Net)


Greetings all,

Does someone know a framework that can be used in ASP pages to provide
"real" logging?

We use Log4Net or Log4J in every "new technology" projects,
but have to take
back an old ASP 2.0 project. I would like to be able to
insert logging with
levels and so on...

TIA,

J�r�mie.






Reply via email to