You are here

protected property NewRelicLogger::$lastLoggedLevel in New Relic 8

Same name and namespace in other branches
  1. 2.0.x src/Logger/NewRelicLogger.php \Drupal\new_relic_rpm\Logger\NewRelicLogger::lastLoggedLevel

The level of the last logged message.

Type: int

File

src/Logger/NewRelicLogger.php, line 45

Class

NewRelicLogger
A Logger that allows sending messages to the New Relic API.

Namespace

Drupal\new_relic_rpm\Logger

Code

protected $lastLoggedLevel = 8;