1.0.0 • Published 6 years ago

fluentd-client v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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

6 years ago