Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / debug / class_DebugErrorLogOutput.php
index 75194c9c5ae726bc8b6e4365d60072556dc9088a..a26867b519b3e49dc8a5748e0b3f871e57ab5cf9 100644 (file)
  */
 class DebugErrorLogOutput extends BaseFrameworkSystem implements Debugger, OutputStreamer {
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Debug-Ausgabe in error_log()");