Hello,

I'm writting a small PHP function for Drupal and I'd like to log some messages so that they show up in the "Recent log entries". Is it possible to do that? I couldn't find any functions about logging in the API reference, so any pointers would be appreciated.

Thank you,

Laurent

Comments

avadhutp’s picture

The log entries are a responsibilty of the watchdog module. You will need to enable this module and then you can log your entries using this API: http://api.drupal.org/api/function/watchdog/5