final public static function Database::getLog in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Core/Database/Database.php \Drupal\Core\Database\Database::getLog()
File
- lib/
Drupal/ Core/ Database/ Database.php, line 18 - Contains \Drupal\Core\Database\Database.
Class
Namespace
Drupal\Core\DatabaseCode
public static final function getLog($logging_key, $key = 'default') {
return BaseDatabase::getLog($logging_key, $key);
}