You are here

static function LingotekOAuthRequestLogger::getLog in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::getLog()
  2. 7.5 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::getLog()
  3. 7.6 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::getLog()

* Get the the log till now * *

Return value

array

File

lib/oauth-php/library/LingotekOAuthRequestLogger.php, line 266

Class

LingotekOAuthRequestLogger
Log OAuth requests

Code

static function getLog() {
  return LingotekOAuthRequestLogger::$log;
}