You are here

function lingotek_trace in Lingotek Translation 6

Same name and namespace in other branches
  1. 7.2 lingotek.util.inc \lingotek_trace()
1 call to lingotek_trace()
lingotek_dequeue in ./lingotek.mt.inc

File

./lingotek.util.inc, line 115
Utilities

Code

function lingotek_trace($msg, $data = NULL) {
  if (variable_get('lingotek_trace_log', TRUE)) {
    return;
  }
  lingotek_error($msg, $data, $depth = 1, WATCHDOG_DEBUG);
}