Commit 01080075 by resurtm

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

parent e35f1354
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment