1.0.3 • Published 6 years ago

logmatic-client v1.0.3

Weekly downloads
4
License
MIT
Repository
-
Last release
6 years ago

logmatic-client

Build Status

Simple, typed and async client whose only purpose is to send log messages to logmatic over TCP.

Simplified way of usage:

import LogmaticClient from "./index";

const client = new LogmaticClient(YOUR_APIKEY);
await client.log({applicationId: 123, message: "..."});

Customizations:

import LogmaticClient from "./index";

const client = new LogmaticClient(YOUR_APIKEY, YOUR_META, YOUR_PORT);
await client.log({applicationId: 123, message: "..."});
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago