react-native-file-logger icon indicating copy to clipboard operation
react-native-file-logger copied to clipboard

A simple file-logger for React Native with configurable rolling policy, based on CocoaLumberjack on iOS and Logback on Android.

Results 18 react-native-file-logger issues
Sort by recently updated
recently updated
newest added

I can see that the logs are perfectly fine when printed in the debug console. But for some reason when I check the log file in release mode, it contains...

> React Native 0.73 will depend on Android Gradle Plugin (AGP) 8.x. This will require all the libraries to specify a namespace in their build.gradle file. We added a compatibility...

Unable to call the function `FileLogger.configure({ logLevel: LogLevel.Debug }).then(() => console.log('File-logger configured'), );` Throws warning as follows 'Possible Unhandled Promise Rejection (id: 1): TypeError: Cannot read property 'configure' of null'...

I'm using Expo on react-native version 0.72.3 and it fails creating a standalone build for the device (iOS)... Has anyone encountered this? This is the output from where it fails...

Demonstration of https://github.com/BeTomorrow/react-native-file-logger/issues/47 implemented for Android only. I (fortunately) never had to use objective-C so I don't really know how to approach this on ios. Other methods (such as delete....)...

There can be lots of logs file and it may be hard to send it by mail if not zipped. I know that for Android, this library is using logback...

Thanks for the lib! Have you guys seen any performance issues when logging to files? Is it fast enough not impact the performance of the app?

getting this issue while upgrade from 63 to 73.4. Does anybody is getting this error.Please suggest the solution.Thank you. FATAL EXCEPTION: mqt_native_modules Process: com.tonik.mobile, PID: 9633 java.lang.IllegalStateException: FileNamePattern [/storage/emulated/0/Android/data/com.tonik.mobile/cache/logs/com.tonik.mobile-%i.log] does...

I'm facing the issue when doing pod install. I'm using react-native-file-logger version 0.5.4 I can able to understand the issue where it from. It's because of the line number 22...