]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/debug/class_BaseDebugOutput.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / output / debug / class_BaseDebugOutput.php
index 5c2083abe105fa6fcd8c2dcccfacbaa9c3c2c7cd..f4c826170ace0abf4f38ab81fa6afbdcf3c0c982 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Output\Debug;
+namespace Org\Mxchange\CoreFramework\Output\Debug;
 
 // Import framework stuff
-use CoreFramework\Output\BaseOutput;
+use Org\Mxchange\CoreFramework\Output\BaseOutput;
 
 /**
  * Generic debug output class
@@ -27,11 +27,11 @@ use CoreFramework\Output\BaseOutput;
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseDebugOutput extends BaseOutput {
+abstract class BaseDebugOutput extends BaseOutput {
        /**
         * Class name for this output class is being used for logging
         */
-       private $loggerClassName = FALSE;
+       private $loggerClassName = false;
 
        /**
         * Protected constructor