You are here

public function NewRelicAdapterInterface::logException in New Relic 2.x

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

Logs an exception.

Parameters

\Exception|\Throwable $exception: The exception.

2 methods override NewRelicAdapterInterface::logException()
ExtensionAdapter::logException in src/ExtensionAdapter/ExtensionAdapter.php
Logs an exception.
NullAdapter::logException in src/ExtensionAdapter/NullAdapter.php
Logs an exception.

File

src/ExtensionAdapter/NewRelicAdapterInterface.php, line 30

Class

NewRelicAdapterInterface
New relic API adapter interface.

Namespace

Drupal\new_relic_rpm\ExtensionAdapter

Code

public function logException($exception);