log parameter instead of 'hi'

This commit is contained in:
Christoph Wurst
2015-03-09 11:36:02 +01:00
parent dd36c96def
commit 0ae4dc7219

View File

@@ -61,7 +61,7 @@ and then be used in the following way:
}
public function log($message) {
$this->logger->error('hi', array('app' => $this->appName));
$this->logger->error($message, array('app' => $this->appName));
}
}
@@ -76,4 +76,4 @@ The following methods are available:
* **warning**
* **notice**
* **info**
* **debug**
* **debug**