static function LingotekOAuthRequestLogger::getLog in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.4 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::getLog()
- 7.5 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::getLog()
- 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;
}