Skip to content

Releases: Betterez/btrz-logger

v2.4.0

18 Jun 22:28
Compare
Choose a tag to compare

Add process ID to log output

v2.2.0

12 Jun 03:14
Compare
Choose a tag to compare

Added an expressMiddleware(loggerFactory) function that creates middleware for Express. The middleware will enhance the express req object and add a req.logger property. req.logger is a logger that logs the traceId associated with the request, in addition to whatever log data is provided.

v2.1.0

11 Jun 23:20
Compare
Choose a tag to compare

Added LoggerFactory for simplified creation of logger instances (especially when creating many logger instances that have different traceIds)

v2.0.4

11 Jun 18:48
Compare
Choose a tag to compare

Connections to Logentries are now cached. Creating multiple LogEntriesLogger instances with the same API token will create only one connection to the Logentries service, that is shared between all of these instances. One connection to the Logentries service will be made for each distinct API token that is used.

v1.0.4

17 Sep 17:17
Compare
Choose a tag to compare
[HG] Handle message and objects inverse order.

v1.0.3

17 Sep 16:38
Compare
Choose a tag to compare
[HG] Expose the loggers.

v1.0.2

17 Sep 16:20
Compare
Choose a tag to compare
[HG] upgrade version 1.0.2

v1.0.1

17 Sep 16:06
Compare
Choose a tag to compare
[HG] update version.

v1.0.0

17 Sep 15:58
Compare
Choose a tag to compare
[HG] Moving to ES6 classes