[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-07-20 (19:27) |
From: | James Woodyatt <jhwoodyatt@m...> |
Subject: | Re: [Caml-list] Logging |
On Jul 20, 2006, at 2:20 AM, Tiago Antão 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 released OCaml NAE Core Foundation library. See <http://sf.net/ projects/ocnae/> for downloads. It's not anywhere near as full- featured as Log4J, but it was intended as a foundation upon which to build something that full-featured. I find it works pretty well for debugging purposes. Your mileage may vary. — j h woodyatt <jhw@conjury.org> — j h woodyatt <jhw@conjury.org>