You are here

protected property EmailLogger::$connectionOpened in Logging and alerts 8

Same name and namespace in other branches
  1. 2.0.x emaillog/src/Logger/EmailLogger.php \Drupal\emaillog\Logger\EmailLogger::connectionOpened

Stores whether there is a system logger connection opened or not.

Type: bool

File

emaillog/src/Logger/EmailLogger.php, line 35

Class

EmailLogger
Logger class for emaillog module.

Namespace

Drupal\emaillog\Logger

Code

protected $connectionOpened = FALSE;