protected property SysLog::$connectionOpened in Drupal 9
Same name and namespace in other branches
- 8 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\LoggerCode
protected $connectionOpened = FALSE;