You are here

constant MessageFormatter::SHORT in Lockr 7.3

File

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

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}';