You are here

public function MessageFormatter::__construct in Auth0 Single Sign On 8.2

Parameters

string $template Log message template:

File

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

Class

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

Namespace

GuzzleHttp

Code

public function __construct($template = self::CLF) {
  $this->template = $template ?: self::CLF;
}