mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
log parameter instead of 'hi'
This commit is contained in:
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user