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" });

Readme

Keywords

none

Package Sidebar

Install

npm i fluentd-client

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

12.8 kB

Total Files

21

Last publish

Collaborators

  • apavlov