$serverData
$serverData : array|\ArrayAccess
Injects url/method and remote IP of the current web request in all records
__construct(array|\ArrayAccess $serverData = null, array|null $extraFields = null)
array|\ArrayAccess | $serverData | Array or object w/ ArrayAccess that provides access to the $_SERVER data |
array|null | $extraFields | Field names and the related key inside $serverData to be added. If not provided it defaults to: url, ip, http_method, server, referrer |