We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to write logs to file by using your code said in this link
I'm desperately searching for a log to file in cordova even tried searching for ans in stackoverflow
The text was updated successfully, but these errors were encountered:
You didn't say what went wrong. You need to provide more information about what you tried and what you saw. Was there an error?
Sorry, something went wrong.
logOb is re-initialising every time when I load. So, file is getting over ride if i try to log like below mentioned way.
logger.info("hello world"); logger.debug("hello world"); logger.error("hello world");
Only of the line is writing to log file instead of three lines.
Ok, well I'd accept a PR to correct it. I'm not really working on this code much anymore.
No branches or pull requests
I'm trying to write logs to file by using your code said in this link
I'm desperately searching for a log to file in cordova even tried searching for ans in stackoverflow
The text was updated successfully, but these errors were encountered: