Return-Path: Delivered-To: apmail-logging-log4net-user-archive@www.apache.org Received: (qmail 26809 invoked from network); 8 Dec 2004 13:00:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 13:00:19 -0000 Received: (qmail 91376 invoked by uid 500); 8 Dec 2004 13:00:18 -0000 Delivered-To: apmail-logging-log4net-user-archive@logging.apache.org Received: (qmail 91349 invoked by uid 500); 8 Dec 2004 13:00:17 -0000 Mailing-List: contact log4net-user-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Log4NET User" Delivered-To: mailing list log4net-user@logging.apache.org Received: (qmail 91333 invoked by uid 99); 8 Dec 2004 13:00:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from host-ip138-202.crowley.pl (HELO frodo.zd.com.pl) (62.111.202.138) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Dec 2004 05:00:16 -0800 Received: from localhost (localhost [127.0.0.1]) by frodo.zd.com.pl (Postfix) with ESMTP id F0D24101 for ; Wed, 8 Dec 2004 14:00:11 +0100 (CET) Received: from jaak (host-ip201-228.crowley.pl [::ffff:62.111.228.201]) by frodo.zd.com.pl (Postfix) with ESMTP id EC477100 for ; Wed, 8 Dec 2004 14:00:07 +0100 (CET) Message-ID: <001301c4dd25$d7034260$0164a8c0@jaak> From: "Jaroslaw Kowalski" To: "Log4NET User" References: <3D9B8CAEBE2B6946B9036BF6B376E8046139FA@copernic.montpellier.intra.mgn> Subject: Re: equivalent of Log4xxx for ASP (not ASP.Net) Date: Wed, 8 Dec 2004 14:00:05 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiVirus: scanned for viruses by AMaViS X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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" To: 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.