1.0.0 • Published 5 years ago

fluentd-client v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Fluentd client

Usage

import { FluentClientFactory } from "fluentd-client";

let client = new FluentClientFactory().createFromConnectStr("localhost:24244/prefix-tag");

fluentClient.send("tag", { message: "test" });
1.0.0

5 years ago