$logger
$logger : \HttpLog\BaseLogger
create(string $type = "file", string $filter = "full+h", string $path = "logs/debug.log", boolean $default_log = true) : \HttpLog\HttpLogger
Create the incoming request/response logger.
Choose the log type and additional log parameters.
string | $type | Log type (file, MySQL or MongoDB). |
string | $filter | Filter defintion (which properties will be logged). |
string | $path | Log path. |
boolean | $default_log | Whether to also log all errors to PHP's default error log file. |
A subtype of a logger.