3
* Spring Signage Ltd - http://www.springsignage.com
4
* Copyright (C) 2015 Spring Signage Ltd
29
* @param string $method
31
public function __construct($log, $uid, $method = 'POST')
35
$this->method = $method;
41
public function setRoute($route)
43
$this->route = $route;
48
* @param bool $isAuditing
50
public function setDisplay($displayId, $isAuditing)
53
$this->log->setLevel(\Xibo\Service\LogService::resolveLogLevel('debug'));
55
$this->displayId = $displayId;
62
public function getLevel()
64
return $this->log->getLevel();
71
public function getUid()
77
* @param array $record
80
public function __invoke(array $record)
82
$record['extra']['displayId'] = $this->displayId;
83
$record['extra']['route'] = $this->route;
84
$record['extra']['method'] = $this->method;
b'\\ No newline at end of file'