actions_loop_test_log

Versions
7
actions_loop_test_log()

Write a message to the log.

Code

modules/simpletest/tests/actions_loop_test.module, line 63

<?php
function actions_loop_test_log() {
  $count = &drupal_static(__FUNCTION__, 0);
  $count++;
  watchdog_skip_semaphore('actions_loop_test', "Test log #$count");
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.