Write to the access log (in Apache/NCSA Combined Log format).
Like Apache started doing in 2.0.46, non-printable and other special
characters in %r (and we expand that to all parts) are escaped using \xhh
sequences, where hh stands for the hexadecimal representation of the raw
byte. Exceptions from this rule are " and \, which are escaped by
prepending a backslash, and all whitespace characters, which are written
in their C-style notation (\n, \t, etc).
- Overrides:
_cplogging.LogManager.access
- (inherited documentation)
|