You are here

function firelogmsg in filedepot 6

Same name and namespace in other branches
  1. 7 lib-common.php \firelogmsg()

@file lib-common.php Common library of functions for the applications

2 calls to firelogmsg()
filedepotAjaxServer_getfilelisting in ./lib-ajaxserver.php
@file lib-ajaxserver.php Library functions for the ajax_server
filedepot_dispatcher in ./ajaxserver.php
@file ajaxserver.php Implementation of filedepot_ajax() - main ajax handler for the module

File

./lib-common.php, line 9
lib-common.php Common library of functions for the applications

Code

function firelogmsg($message) {
  global $firephp, $mytimer;
  $exectime = timer_read($filedepot_timer);
  if (function_exists('dfb')) {
    dfb("{$message} - time:{$exectime}");
  }
}