1.0.2 • Published 6 months ago

@adembacajdev/react-native-logger v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@adembacajdev/react-native-logger

React Native colorized logger

Example of loggers

Screenshot 2023-11-17 at 7 45 25 PM

Installation

npm install @adembacajdev/react-native-logger
or if you are using Expo
npx expo install @adembacajdev/react-native-logger

Usage

import LOG from '@adembacajdev/react-native-logger';

// ...

LOG.debug('Logging debug', { type: 'debug' });
LOG.info('Logging info', { type: 'info' });
LOG.warn('Logging warn', { type: 'warn' });
LOG.error('Logging error', { type: 'error' });

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago