fluentd-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Fluentd client

Usage

import { FluentClientFactory } from "fluentd-client";

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

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

Dependents (0)

Package Sidebar

Install

npm i fluentd-client

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

12.8 kB

Total Files

21

Last publish

Collaborators

  • apavlov