You are here

protected property TestSystemLoggerChannel::$innerLogger in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php \Drupal\advisory_feed_test\TestSystemLoggerChannel::innerLogger

The decorated logger.channel.system service.

Type: \Drupal\Core\Logger\LoggerChannelInterface

File

core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php, line 20

Class

TestSystemLoggerChannel
Provides a decorator for the 'logger.channel.system' service for testing.

Namespace

Drupal\advisory_feed_test

Code

protected $innerLogger;