futurosenso-log
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -8,3 +8,3 @@ const fs = require('fs'); | ||
var startDate = new Date(); | ||
const logDir = "./logs"; | ||
var logDir = "./logs"; | ||
@@ -69,2 +69,6 @@ function deleteCurrentLogFile() { | ||
exports.setLogDirectoryName = function(logDirectoryName) { | ||
logDir = logDirectoryName; | ||
} | ||
exports.forkStdOut = function() { | ||
@@ -71,0 +75,0 @@ console.log = function (d) { |
@@ -5,3 +5,3 @@ { | ||
"email": "dev@futurosenso.com", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Logging utility. You get a logger that adds a log to a file and to the console. A new file is created if the day has changed. The log files are organized in folders by year and month.", | ||
@@ -8,0 +8,0 @@ "license": "ISC", |
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
17716
371