constant MessageFormatter::CLF in Auth0 Single Sign On 8.2
Apache Common Log Format. @link http://httpd.apache.org/docs/2.4/logs.html#common
File
- vendor/
guzzlehttp/ guzzle/ src/ MessageFormatter.php, line 42
Class
- MessageFormatter
- Formats log messages using variable substitutions for requests, responses, and other transactional data.
Namespace
GuzzleHttpCode
const CLF = "{hostname} {req_header_User-Agent} - [{date_common_log}] \"{method} {target} HTTP/{version}\" {code} {res_header_Content-Length}";