loggly / node-loggly-bulk

A client implementation for Loggly in node.js
https://www.loggly.com/docs/node-js-logs/
Other
20 stars 19 forks source link

Specific time for each log entry #63

Open Dramex opened 3 years ago

Dramex commented 3 years ago

Hi,

i understand that to send requests in bulk the logs must be in array, what if i send the logs every x time and i want to specific the time for each log entry, how this code gonna be

  client.log([ {iam:'number 1'}, {iam:'number 2'} ])