Write to file: Not able to write like logs
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
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?
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.