X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Foutput.php;h=35b9359f7dec4f39c3ab0cb25d4e14faaa400716;hp=72ff36bceed34710c3f53c8b3ed402d3657427ee;hb=86553167136d11d44e1d938e964134c038785e3e;hpb=b912eda46059527fc0475e043944c3ebff47fbcd diff --git a/inc/output.php b/inc/output.php index 72ff36b..35b9359 100644 --- a/inc/output.php +++ b/inc/output.php @@ -2,11 +2,11 @@ /** * Initializes the output middleware layer * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.ship-simu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,10 +22,10 @@ * along with this program. If not, see . */ -// Debug-Ausgabe vorbereiten -$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig("debug_engine")); +// Get a debugger instance +$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig('debug_class')); -// Leere Strings werden ignoriert und sollten zum Testen der Middleware genommen werden +// Empty string should be ignored and used for testing the middleware DebugMiddleware::getInstance()->output(""); // [EOF]