You are here

public function HttpblLogTrapper::error in http:BL 8

File

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

Class

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

Namespace

Drupal\httpbl\ProxyClass\Logger

Code

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