Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / output / debug / class_BaseDebugOutput.php
index 8b6a9de42b4030c4e8fa4f5e1ae729adbdb197bd..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,7 +27,7 @@ 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
         */