diff --git a/yii/logging/Logger.php b/yii/logging/Logger.php index 7a9a6af..788d946 100644 --- a/yii/logging/Logger.php +++ b/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()