From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 34344BB83 for ; Thu, 20 Jul 2006 21:27:06 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k6KJR5hE019314 for ; Thu, 20 Jul 2006 21:27:05 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id VAA08976 for ; Thu, 20 Jul 2006 21:27:04 +0200 (MET DST) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.183]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k6KJR3tv029444 for ; Thu, 20 Jul 2006 21:27:04 +0200 Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout13/MantshX 4.0) with ESMTP id k6KJR2sh013372 for ; Thu, 20 Jul 2006 12:27:02 -0700 (PDT) Received: from [17.206.50.119] (a17-206-50-119.apple.com [17.206.50.119]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k6KJR1Di016559 for ; Thu, 20 Jul 2006 12:27:02 -0700 (PDT) In-Reply-To: <6d941f120607200220p5f09b8cby15c2f1c1669abf6b@mail.gmail.com> References: <6d941f120607200220p5f09b8cby15c2f1c1669abf6b@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Message-Id: <816C1104-30A2-487E-BDA4-071F5E4C2030@mac.com> Reply-To: j h woodyatt Content-Transfer-Encoding: quoted-printable From: James Woodyatt Subject: Re: [Caml-list] Logging Date: Thu, 20 Jul 2006 12:27:01 -0700 To: The Caml Trade X-Mailer: Apple Mail (2.752.2) X-j-chkmail-Score: MSGID : 44BFD909.000 on concorde : j-chkmail score : XX : 5/20 0 X-j-chkmail-Score: MSGID : 44BFD907.000 on nez-perce : j-chkmail score : XX : 5/20 0 X-Miltered: at concorde with ID 44BFD909.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 44BFD907.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; woodyatt:01 debugging:01 debugging:01 ocaml:01 woodyatt:01 jhw:01 jhw:01 20,:98 wrote:01 caml-list:01 caml:02 caml:02 module:03 library:03 debug:04 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 On Jul 20, 2006, at 2:20 AM, Tiago Ant=E3o wrote: > > Are there any best practices/libraries regarding logging in CAML? My > main use for it will be debugging (I know there are debugging > facilities in CAML, but I am very used to using log as a debug tool - > think Log4J for instance)... You may want to have a look at the Cf_journal module in my recently =20 released OCaml NAE Core Foundation library. See for downloads. It's not anywhere near as full-=20 featured as Log4J, but it was intended as a foundation upon which to =20 build something that full-featured. I find it works pretty well for debugging purposes. Your mileage may =20= vary. =97 j h woodyatt =97 j h woodyatt