setLogger() public method
Sets the connected logger.
| public void setLogger ( $value ) | ||
|---|---|---|
| $value | yii\log\Logger|string|array |
The logger to be used. This can either be a logger instance or a configuration that will be used to create one using Yii::createObject(). |
Please login to continue.