X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Foutput.php;h=83c1372cae33724b2be7039e772a65e2292ed75c;hb=d9f03cd847ac073e31b64f5e8d1da8912c160c0b;hp=f2dfcbe0099af463fffeedf81dd5212a70251895;hpb=ff66822b5fb6a92f5dc8af55290ecb89ec7f1aaf;p=shipsimu.git diff --git a/inc/output.php b/inc/output.php index f2dfcbe..83c1372 100644 --- a/inc/output.php +++ b/inc/output.php @@ -3,9 +3,10 @@ * Initializes the output middleware layer * * @author Roland Haeder - * @version 0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @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 * * 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 @@ -18,13 +19,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ -// Prepare debug outout middleware -$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]