You are here

public function LogMessage::getChannel in File Log 2.0.x

Get the log channel.

Return value

string The log channel.

File

src/LogMessage.php, line 141

Class

LogMessage
Represents a single log event.

Namespace

Drupal\filelog

Code

public function getChannel() : string {
  return $this->context['channel'];
}