long-task-queue-reader
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -18,3 +18,3 @@ (function() { | ||
this.accountName = arg.accountName, this.accountKey = arg.accountKey, this.container = arg.container, this.name = arg.name, this.level = (ref = arg.level) != null ? ref : "info"; | ||
this.transport = new winston.transports.AzureBlob({ | ||
this._transport = new winston.transports.AzureBlob({ | ||
account: { | ||
@@ -31,7 +31,7 @@ name: this.accountName, | ||
AzureLogger.prototype.initialize = function() { | ||
return this.transport.initialize(); | ||
return this._transport.initialize(); | ||
}; | ||
AzureLogger.prototype.transport = function() { | ||
return this.transport; | ||
return this._transport; | ||
}; | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "long-task-queue-reader", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "long-task-queue-reader", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
67082