Comparing version 1.0.5 to 1.0.6
@@ -49,2 +49,4 @@ var Firestarter = require('./Firestarter'); | ||
this.logger = logger; | ||
if(!this.object.harconlog) | ||
this.object.harconlog = logger.harconlog; | ||
@@ -51,0 +53,0 @@ this.terms = {}; |
@@ -8,3 +8,3 @@ var Communication = require('../lib/Communication'); | ||
var VERSION = exports.VERSION = '1.0.5'; | ||
var VERSION = exports.VERSION = '1.0.6'; | ||
@@ -11,0 +11,0 @@ var _ = require('lodash'); |
{ | ||
"name": "harcon", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@1.0.5" | ||
"_id": "harcon@1.0.6" | ||
} |
@@ -6,2 +6,3 @@ module.exports = { | ||
wakeup: function( ignite, callback ){ | ||
this.harconlog( null, 'Simple logging test', {}, 'warn' ); | ||
ignite( 'greet.gentle', 'It is morning!', 'Time to wake up!', function(err, res){ | ||
@@ -8,0 +9,0 @@ callback(err, res); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
969957
16751