public function __construct()
 {
     parent::__construct();
     $this->open = false;
     $this->fp = null;
     $this->logs_dir = null;
 }
 public function __construct()
 {
     parent::__construct();
     $this->_window_id = PopupScreenLogger::$id_master++;
     $this->_window_open = FALSE;
     $this->_line = 0;
 }
 public function __construct()
 {
     parent::__construct();
 }