logzio-ts

Typescript wrapper for browser based logging to logzio

Usage no npm install needed!

<script type="module">
  import logzioTs from 'https://cdn.skypack.dev/logzio-ts';
</script>

README

Logzio-Ts

Integrate logzio logging from your browser, using Typescript.

Installation

npm i --save logzio-ts

How to use in app code

In order to use angular-logz-io in your module, add the following definitions:

import {LogzioTs} from 'logzio-ts';

this.logger = new LogzioTs('YOUR_LOGZIO_TOKEN');

You can log your data by using the log function