@actualwave/log-data-renderer
v0.0.17
Published
Convert source data into sets of strings that can be displayed in console for debug.
Maintainers
Readme
@actualwave/log-data-renderer
Convert incoming data into logging data by creating its stringified representation. Currently its used in DOMConsole and 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-rendererusing yarn
yarn add @actualwave/log-data-renderer