]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/debug/class_DebugConsoleOutput.php
Code base merged from ship-simu repos
[hub.git] / inc / classes / main / debug / class_DebugConsoleOutput.php
index dfcfd36b4dbd22bcff7b182587f9b3a0ce983247..f7dbea7589d2dc47f7e9b81f99a32e747b4442c8 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * A debug output class for the console (e.g. hub software)
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
@@ -32,10 +32,10 @@ class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, Output
                parent::__construct(__CLASS__);
 
                // Set description
-               $this->setObjectDescription("Debug-Ausgabe auf Konsole");
+               $this->setObjectDescription("Debug output for the console");
 
                // Create an unique ID
-               $this->createUniqueID();
+               $this->generateUniqueId();
        }
 
        /**