public function HttpblLogTrapper::log in http:BL 8
Same name in this branch
- 8 src/Logger/HttpblLogTrapper.php \Drupal\httpbl\Logger\HttpblLogTrapper::log()
- 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\LoggerCode
public function log($level, $message, array $context = array()) {
return $this
->lazyLoadItself()
->log($level, $message, $context);
}