Cordova-Examples icon indicating copy to clipboard operation
Cordova-Examples copied to clipboard

Write to file: Not able to write like logs

Open pasupuletisrinath opened this issue 7 years ago • 3 comments

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

pasupuletisrinath avatar Aug 08 '18 09:08 pasupuletisrinath

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?

cfjedimaster avatar Aug 08 '18 13:08 cfjedimaster

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.

pasupuletisrinath avatar Aug 09 '18 05:08 pasupuletisrinath

Ok, well I'd accept a PR to correct it. I'm not really working on this code much anymore.

cfjedimaster avatar Aug 09 '18 18:08 cfjedimaster