fluent / fluent-logger-forward-node

A fluent forward protocol implementation for Node.js
https://fluent.github.io/fluent-logger-forward-node/
Apache License 2.0
11 stars 8 forks source link

add queue length #11

Closed jamiees2 closed 3 years ago

jamiees2 commented 3 years ago

This adds getters for queueLength and writable, allowing clients to make external decisions on when to call flush() for example.