public function JsonLogData::setSubType in JSONlog 8
Same name and namespace in other branches
- 8.2 src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::setSubType()
- 3.x src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::setSubType()
Parameters
string $channel:
File
- src/
Logger/ JsonLogData.php, line 134
Class
Namespace
Drupal\jsonlog\LoggerCode
public function setSubType($channel) {
$this->subtype = mb_substr($channel, 0, 64);
}