https://github.com/burdiuz/js-log-data-renderer
https://github.com/burdiuz/js-log-data-renderer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/burdiuz/js-log-data-renderer
- Owner: burdiuz
- License: mit
- Created: 2018-10-28T14:00:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T17:32:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T15:18:10.592Z (3 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @actualwave/log-data-renderer
Convert incoming data into logging data by creating its stringified representation.
Currently its used in [DOMConsole](https://github.com/burdiuz/js-dom-console) and [React Native Console](https://github.com/burdiuz/react-native-console) as a data layer.
It can be extended by adding types that need specific conversion, for more information look into source code, `/source/types`.### Install
It can be installed from NPM
```
npm install @actualwave/log-data-renderer
```
using yarn
```
yarn add @actualwave/log-data-renderer
```