You are here

public function NullAdapter::logError in New Relic 8

Same name and namespace in other branches
  1. 2.x src/ExtensionAdapter/NullAdapter.php \Drupal\new_relic_rpm\ExtensionAdapter\NullAdapter::logError()
  2. 2.0.x src/ExtensionAdapter/NullAdapter.php \Drupal\new_relic_rpm\ExtensionAdapter\NullAdapter::logError()

Logs an error message.

Parameters

string $message: The error message.

Overrides NewRelicAdapterInterface::logError

File

src/ExtensionAdapter/NullAdapter.php, line 23

Class

NullAdapter
Default new relic adapter.

Namespace

Drupal\new_relic_rpm\ExtensionAdapter

Code

public function logError($message) {
}