simple-node-logger
Advanced tools
Comparing version 0.93.34 to 0.93.35
@@ -26,2 +26,3 @@ #!/usr/bin/env node | ||
log1.error('this is a simple error log statement/entry'); | ||
log1.error(); | ||
log2.fatal('this is a simple fatal log statement/entry'); | ||
@@ -28,0 +29,0 @@ |
@@ -12,2 +12,5 @@ #!/usr/bin/env node | ||
// test logging a null | ||
log.error(); | ||
log.info('set the level to all'); | ||
@@ -14,0 +17,0 @@ log.setLevel('all'); |
{ | ||
"name": "simple-node-logger", | ||
"version": "0.93.34", | ||
"version": "0.93.35", | ||
"description": "A node console and file logger suitable for small, medium and large production projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -269,2 +269,2 @@ # Simple Node Logger | ||
- - - | ||
<p><small><em>Copyright © 2014-2017, rain city software | Version 0.93.33</em></small></p> | ||
<p><small><em>Copyright © 2014-2017, rain city software | Version 0.93.35</em></small></p> |
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
63956
1171