CORD-731 Added debug decorator

Change-Id: Idd9595f30f9d09f4072dbcd2b05535dafba3202b
diff --git a/tslint.json b/tslint.json
index 9f4f2c7..04d33e1 100644
--- a/tslint.json
+++ b/tslint.json
@@ -1,6 +1,5 @@
 {
   "rules": {
-    "no-console": [true],
     "ban": [true,
       ["_", "extend"],
       ["_", "isNull"],
@@ -31,7 +30,9 @@
       "info",
       "time",
       "timeEnd",
-      "trace"
+      "trace",
+      "log",
+      "error"
     ],
     "no-construct": true,
     "no-constructor-vars": false,