araneida logging
peter.barabas_at_gmail.com
Date: 03/07/05
- Next message: Jerry Avins: "Re: what kind on programming is lisp?"
- Previous message: M Jared Finder: "Re: Good online Lisp tutorials?"
- Next in thread: Pascal Bourguignon: "Re: araneida logging"
- Reply: Pascal Bourguignon: "Re: araneida logging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 7 Mar 2005 06:36:23 -0800
Hello,
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)
(format file "Foo~%")))
Though the log file doesn't get created. What am I missing?
Thanks in advance.
Regards,
Peter.
- Next message: Jerry Avins: "Re: what kind on programming is lisp?"
- Previous message: M Jared Finder: "Re: Good online Lisp tutorials?"
- Next in thread: Pascal Bourguignon: "Re: araneida logging"
- Reply: Pascal Bourguignon: "Re: araneida logging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|