| %L |
Level. |
| %M |
Message. |
| %T |
DateTime. Such as 2017-08-16 19:15:02, affected by seaslog.default_datetime_format. |
| %t |
Timestamp. Such as 1502882102.862,accurate to milliseconds. |
| %Q |
RequestId. To distinguish a single request,
such as not invoking the SeasLog::setRequestId($string) function,
the unique value generated by the built-in static char *get_uniqid ()
function is used when the request is initialized. |
| %H |
HostName. |
| %P |
ProcessId. |
| %D |
Domain:Port. Such as www.cloudwise.com:80; When Cli, Such as cli. |
| %R |
Request URI. Such as /app/user/signin;
When Cli it's the index script, Such as CliIndex.php. |
| %m |
Request Method. Such as Get; When Cli it's the command script, Such as /bin/bash. |
| %I |
Client IP; When Cli it's local.
Priority value: HTTP_X_REAL_IP > HTTP_X_FORWARDED_FOR > REMOTE_ADDR |
| %F |
FileName:LineNo. Such as UserService.php:118. |
| %U |
MemoryUsage. byte. Call zend_memory_usage. |
| %u |
PeakMemoryUsage. byte. Call zend_memory_peak_usage. |
| %C |
TODO Class::Action. Such as UserService::getUserInfo |