logzio-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i logzio-ts

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

27.7 kB

Total Files

10

Last publish

Collaborators

  • tomyitav