You are here

protected property SysLog::$connectionOpened in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/syslog/src/Logger/SysLog.php \Drupal\syslog\Logger\SysLog::connectionOpened

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

Type: bool

File

core/modules/syslog/src/Logger/SysLog.php, line 35

Class

SysLog
Redirects logging messages to syslog.

Namespace

Drupal\syslog\Logger

Code

protected $connectionOpened = FALSE;