You are here

public static function LingotekLog::warning in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::warning()
  2. 7.4 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::warning()
  3. 7.5 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::warning()
  4. 7.6 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::warning()
2 calls to LingotekLog::warning()
Lingotek::isSupportedLanguage in lib/Drupal/lingotek/Lingotek.php
Returns whether the given language is supported.
LingotekSession::login in ./lingotek.session.inc

File

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

Class

LingotekLog
Wrapper logging class for watchdog

Code

public static function warning($msg, $data, $tag = 'warning') {
  self::log($msg, $data, $depth = 1, WATCHDOG_WARNING, $tag);
}