You are here

constant MessageFormatter::SHORT in Zircon Profile 8

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

File

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

Class

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

Namespace

GuzzleHttp

Code

const SHORT = '[{ts}] "{method} {target} HTTP/{version}" {code}';