https://github.com/tomyitav/logzio-ts
Typescript wrapper for browser based logging to logzio
https://github.com/tomyitav/logzio-ts
elk logging nodejs typescript
Last synced: about 2 months ago
JSON representation
Typescript wrapper for browser based logging to logzio
- Host: GitHub
- URL: https://github.com/tomyitav/logzio-ts
- Owner: tomyitav
- License: mit
- Created: 2018-06-29T10:30:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T17:54:32.000Z (almost 8 years ago)
- Last Synced: 2025-10-08T21:07:41.268Z (9 months ago)
- Topics: elk, logging, nodejs, typescript
- Language: TypeScript
- Size: 275 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Logzio-Ts
[](https://travis-ci.org/tomyitav/logzio-ts)
[](https://www.npmjs.com/package/logzio-ts)
[](./LICENSE)
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:
```js
import {LogzioTs} from 'logzio-ts';
this.logger = new LogzioTs('YOUR_LOGZIO_TOKEN');
```
You can log your data by using the log function