You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting class not found issue when I tried to set like below.
window.logToFile.setLogfilePath(logPath, function () {
console.log("Logger Logpath set Successfully")
}, function (err) {
console.log("Logger Logpath not set", err)
});
The text was updated successfully, but these errors were encountered:
I'm getting class not found issue when I tried to set like below.
window.logToFile.setLogfilePath(logPath, function () {
console.log("Logger Logpath set Successfully")
}, function (err) {
console.log("Logger Logpath not set", err)
});
The text was updated successfully, but these errors were encountered: