You are here

private static function LingotekLog::getDefault in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::getDefault()
  2. 7.3 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::getDefault()
  3. 7.4 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::getDefault()
  4. 7.5 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::getDefault()
2 calls to LingotekLog::getDefault()
LingotekLog::api in lib/Drupal/lingotek/LingotekLog.php
LingotekLog::info in lib/Drupal/lingotek/LingotekLog.php

File

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

Class

LingotekLog
Wrapper logging class for watchdog

Code

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