You are here

public static function LingotekLog::info in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::info()
  2. 7.4 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::info()
  3. 7.5 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::info()
  4. 7.6 lib/Drupal/lingotek/LingotekLog.php \LingotekLog::info()
5 calls to LingotekLog::info()
LingotekAccount::getAccountStatus in lib/Drupal/lingotek/LingotekAccount.php
Get Account Status NOTE: You shouldnt need to call this directly. Its called in the constructor. Request: …
LingotekApi::request in lib/Drupal/lingotek/LingotekApi.php
Calls a Lingotek API method.
lingotek_dashboard_command_ajax in ./lingotek.dashboard.inc
Ajax Command Processing for the Lingotek dashboard.
lingotek_delete_target_language in ./lingotek.util.inc
Flags a target language as active:FALSE in the Target Language tracking.
lingotek_set_target_language in ./lingotek.util.inc
Sets the extended target language locale in the languages table and whether or not it is enabled

File

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

Class

LingotekLog
Wrapper logging class for watchdog

Code

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