-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
in Ionic2 #3
Comments
I am able to write to file but it does not append to an existing file! |
Hi AramVave! here's my ionic code: declare var logToFile: any; initLogToFile(): Promise {
} checkAddPermission(): Promise {
} write(message: string) {
} Regards!! |
Hi!
I try it to use in Ionic2 App, the configure process say's that was configured successfully, but when I trying to use the writing any of the above, It doesn't do anything, doesn't throw any error, and also debug with the Android Studio with Logcat and nothing appears, do you know why??
window.logToFile.debug('Sample debug message');
window.logToFile.info('Sample info message');
window.logToFile.warn('Sample warn message');
window.logToFile.error('Sample error message');
Thanks in advance.
The text was updated successfully, but these errors were encountered: