You are here

public function LoggerChannelPartInterface::notice in Purge 8.3

Logs only when granted \Drupal\Core\Logger\RfcLogLevel::NOTICE.

1 method overrides LoggerChannelPartInterface::notice()
LoggerChannelPart::notice in src/Logger/LoggerChannelPart.php
Logs only when granted \Drupal\Core\Logger\RfcLogLevel::NOTICE.

File

src/Logger/LoggerChannelPartInterface.php, line 100

Class

LoggerChannelPartInterface
Describes a subchannel whichs logs to a single main channel with permissions.

Namespace

Drupal\purge\Logger

Code

public function notice($message, array $context = []);