syntex-logger
Advanced tools
Comparing version 1.0.4-b1 to 1.0.4-b2
@@ -76,3 +76,3 @@ let LanguageSwitcher = require('./languages/language_switcher'); | ||
log(level, id, letters, message) | ||
async log(level, id, letters, message) | ||
{ | ||
@@ -130,3 +130,3 @@ var levels = ['debug', 'success', 'update', 'read', 'info', 'warn', 'error']; | ||
err(error) | ||
async err(error) | ||
{ | ||
@@ -140,3 +140,3 @@ var s = (error.stack.split('\n')[1].split('\n')[0].match(/\//g) || []).length; | ||
debug(message) | ||
async debug(message) | ||
{ | ||
@@ -143,0 +143,0 @@ this.log('debug', 'bridge', 'Bridge', message); |
{ | ||
"name": "syntex-logger", | ||
"version": "1.0.4-b1", | ||
"version": "1.0.4-b2", | ||
"description": "A Basic Logging System", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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
13441