react-native-logs icon indicating copy to clipboard operation
react-native-logs copied to clipboard

Performance-aware simple logger for React-Native and Expo with namespaces, custom levels and custom transports (colored console, file writing, etc.)

Results 15 react-native-logs issues
Sort by recently updated
recently updated
newest added

I recently wrote a test and wondered why my expectation that the `logger.error` would call `console.error` eventually did not work. Then I found out that consoleTransport uses `console.log` always and...

Would it be possible to support RGB colours for the console transport? I think it should be possible with the help of https://github.com/chalk/ansi-styles and a colour could be created like...

When logging, it doesn't show the line number or file name of the log. Instead it shows this `consoleTransport.js:40` when logging. How to print the line number and file name...

It would be great if there was an option to left align messages when level printing is enabled. As it is the different lengths of level names results in jagged...

Hi there @alessandro-bottamedi, thanks for making `react-native-logs`. I'd like to offer a few suggestions for future improvements. They all apply to `fileAsyncTransport`. * Option to auto-create log directories, if missing....

Add crashlytics transport. Almost I did clone from SentryTransport sources. I need this feature and watched request this feature. I was test this in my demo project, it works well.

Hello, I'm using react-native-logs since few months and it's really useful. Thank you. I'm looking for a way to display in logs the name and/or function of the trigger log....

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies