You are here

private property JsonLog::$parser in JSONlog 8.2

Same name and namespace in other branches
  1. 8 src/Logger/JsonLog.php \Drupal\jsonlog\Logger\JsonLog::parser
  2. 3.x src/Logger/JsonLog.php \Drupal\jsonlog\Logger\JsonLog::parser

The message's placeholders parser.

Type: \Drupal\Core\Logger\LogMessageParserInterface

File

src/Logger/JsonLog.php, line 38

Class

JsonLog
Redirects logging messages to jsonlog.

Namespace

Drupal\jsonlog\Logger

Code

private $parser;