You are here

public function ErrorLog::__wakeup in Error Log 8

File

src/Logger/ErrorLog.php, line 104

Class

ErrorLog
Logs events to the PHP error log.

Namespace

Drupal\error_log\Logger

Code

public function __wakeup() {
  $this
    ->dependencyWakeup();
  $this->config = $this->configFactory
    ->get('error_log.settings');
}