1.0.3 • Published 8 years ago

logmatic-client v1.0.3

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

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago