You are here

public function LoggerChannelPartInterface::log in Purge 8.3

Prefixes messages with the channel ID so that the origin can be traced.

1 method overrides LoggerChannelPartInterface::log()
LoggerChannelPart::log in src/Logger/LoggerChannelPart.php
Prefixes messages with the channel ID so that the origin can be traced.

File

src/Logger/LoggerChannelPartInterface.php, line 121

Class

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

Namespace

Drupal\purge\Logger

Code

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