Re: araneida logging
From: Edi Weitz (spamtrap_at_agharta.de)
Date: 03/07/05
- Next message: Bernd Paysan: "Re: what kind on programming is lisp?"
- Previous message: Peter BARABAS: "Re: araneida logging"
- In reply to: Pascal Bourguignon: "Re: araneida logging"
- Next in thread: Pascal Bourguignon: "Re: araneida logging"
- Reply: Pascal Bourguignon: "Re: araneida logging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 07 Mar 2005 16:29:25 +0100
On 07 Mar 2005 16:21:47 +0100, Pascal Bourguignon <spam@mouse-potato.com> wrote:
>> (defmethod handle-request-logging (handler method request)
>> (with-open-file (file #p"/tmp/araneida.log" :direction :output
> :if-does-not-exist :create
> :if-exists :supersede
>> )
>> (format file "Foo~%")))
Unless I misunderstand how Araneida works you want to replace the
logfile with a new one whenever a new request comes in. Are you sure?
Edi.
-- Lisp is not dead, it just smells funny. Real email: (replace (subseq "spamtrap@agharta.de" 5) "edi")
- Next message: Bernd Paysan: "Re: what kind on programming is lisp?"
- Previous message: Peter BARABAS: "Re: araneida logging"
- In reply to: Pascal Bourguignon: "Re: araneida logging"
- Next in thread: Pascal Bourguignon: "Re: araneida logging"
- Reply: Pascal Bourguignon: "Re: araneida logging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|