You are here

public function HttpblLogTrapper::log in http:BL 8

Same name in this branch
  1. 8 src/Logger/HttpblLogTrapper.php \Drupal\httpbl\Logger\HttpblLogTrapper::log()
  2. 8 src/ProxyClass/Logger/HttpblLogTrapper.php \Drupal\httpbl\ProxyClass\Logger\HttpblLogTrapper::log()

Overrides HttpblLogTrapperInterface::log

File

src/ProxyClass/Logger/HttpblLogTrapper.php, line 150

Class

HttpblLogTrapper
Provides a proxy class for \Drupal\httpbl\Logger\HttpblLogTrapper.

Namespace

Drupal\httpbl\ProxyClass\Logger

Code

public function log($level, $message, array $context = array()) {
  return $this
    ->lazyLoadItself()
    ->log($level, $message, $context);
}