X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Foutput.php;h=83c1372cae33724b2be7039e772a65e2292ed75c;hp=b77df4a5b3d161b3932ae0aa1fedf175373fbf20;hb=abb8bf6be9f5238f8a4552707bcb190f0dbf0b7a;hpb=1d128d8532290e84885d09d2d3f0060abd08e49e diff --git a/inc/output.php b/inc/output.php index b77df4a..83c1372 100644 --- a/inc/output.php +++ b/inc/output.php @@ -2,11 +2,11 @@ /** * Initializes the output middleware layer * - * @author Roland Haeder - * @version 0.3.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @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.mxchange.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]