Browse Source

Logger: getTag()/setTag() error fixed.

tags/2.0.0-beta
resurtm 12 years ago
parent
commit
01080075ac
  1. 6
      yii/logging/Logger.php

6
yii/logging/Logger.php

@ -85,6 +85,12 @@ class Logger extends Component
/**
* @var string
*/
private $_tag;
/**
* Initializes the logger by registering [[flush()]] as a shutdown function.
*/
public function init()

Loading…
Cancel
Save