You are here

private static function LingotekLog::getDefault in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::getDefault()
  2. 7.4 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::getDefault()
  3. 7.5 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::getDefault()
  4. 7.6 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::getDefault()
1 call to LingotekLog::getDefault()
LingotekLog::log in lib/Drupal/lingotek/LingotekLog.php

File

lib/Drupal/lingotek/LingotekLog.php, line 22
LingotekLog

Class

LingotekLog
Wrapper logging class for watchdog

Code

private static function getDefault() {
  return LINGOTEK_DEV == TRUE;
}