1.0.3 • Published 7 years ago

logmatic-client v1.0.3

Weekly downloads
4
License
MIT
Repository
-
Last release
7 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

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago