You are here

function _hosting_watchdog in Hosting 5

1 string reference to '_hosting_watchdog'
hosting_cron_queue in cron/hosting_cron.module

File

./hosting.queues.inc, line 4

Code

function _hosting_watchdog($entry) {
  watchdog($entry['type'], $entry['message']);
}