Typescript wrapper for browser based logging to logzio
npm install logzio-tsIntegrate logzio logging from your browser, using Typescript.
npm i --save logzio-ts
In order to use angular-logz-io in your module, add the following definitions:
``js
import {LogzioTs} from 'logzio-ts';
this.logger = new LogzioTs('YOUR_LOGZIO_TOKEN');
``
You can log your data by using the log function