Re: araneida logging
From: Pascal Bourguignon (spam_at_mouse-potato.com)
Date: 03/07/05
- Next message: Peter BARABAS: "Re: araneida logging"
- Previous message: Jerry Avins: "Re: what kind on programming is lisp?"
- In reply to: peter.barabas_at_gmail.com: "araneida logging"
- Next in thread: Peter BARABAS: "Re: araneida logging"
- Reply: Peter BARABAS: "Re: araneida logging"
- Reply: Edi Weitz: "Re: araneida logging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 07 Mar 2005 16:21:47 +0100
"peter.barabas@gmail.com" <peter.barabas@gmail.com> writes:
> I'm trying to log the requests that my web server gets. Here's my
> trying:
>
> (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~%")))
>
> Though the log file doesn't get created. What am I missing?
-- __Pascal_Bourguignon__ _ Software patents are endangering () ASCII ribbon against html email (o_ the computer industry all around /\ 1962:DO20I=1.100 //\ the world http://lpf.ai.mit.edu/ 2001:my($f)=`fortune`; V_/ http://petition.eurolinux.org/
- Next message: Peter BARABAS: "Re: araneida logging"
- Previous message: Jerry Avins: "Re: what kind on programming is lisp?"
- In reply to: peter.barabas_at_gmail.com: "araneida logging"
- Next in thread: Peter BARABAS: "Re: araneida logging"
- Reply: Peter BARABAS: "Re: araneida logging"
- Reply: Edi Weitz: "Re: araneida logging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|