You are here

private property MessageFormatter::$template in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/MessageFormatter.php \GuzzleHttp\MessageFormatter::template

@var string Template used to format log messages

File

vendor/guzzlehttp/guzzle/src/MessageFormatter.php, line 48

Class

MessageFormatter
Formats log messages using variable substitutions for requests, responses, and other transactional data.

Namespace

GuzzleHttp

Code

private $template;