bespoken-tools
Advanced tools
Comparing version 0.9.6 to 0.9.7
@@ -121,2 +121,6 @@ "use strict"; | ||
console.timeEnd("Logless.FlushTime"); | ||
if (console.log.logless !== undefined) { | ||
console.log("Logless: " + console.log.logless); | ||
} | ||
console.log("Flushed Logs: " + logBatch.logs.length); | ||
flushed(); | ||
@@ -123,0 +127,0 @@ } |
@@ -153,2 +153,6 @@ import * as http from "http"; | ||
console.timeEnd("Logless.FlushTime"); | ||
if ((<any> console.log).logless !== undefined) { | ||
console.log("Logless: " + (<any> console.log).logless); | ||
} | ||
console.log("Flushed Logs: " + logBatch.logs.length); | ||
flushed(); | ||
@@ -155,0 +159,0 @@ } |
@@ -43,2 +43,3 @@ "use strict"; | ||
}; | ||
newCall.logless = true; | ||
console[name] = newCall; | ||
@@ -45,0 +46,0 @@ } |
@@ -67,2 +67,3 @@ import {LogType, LoglessContext} from "../logless/logless-context"; | ||
newCall.logless = true; | ||
console[name] = newCall; | ||
@@ -69,0 +70,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"bin": { | ||
@@ -8,0 +8,0 @@ "bst": "./bin/bst.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4600074
14812