1.0.3 • Published 2 years ago

@dplfp/logging v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Introducing @dplfp/logging

This module is a logging module purpose-built for the DPL Everywhere Platform within Amazon Web Services. Logging is a basic requirement of all microservices and libraries within the ecosystem, and this module is an attempt to centralize the logging feature in order to achieve consistency.

The most common logger within the NodeJS/JS runtime is console.log - it is available both server side and client side. It primarily utilizes STDOUT to bubble up the logs to the current runtime process.

This module supports that concept, whereby the standard Appender is to STDOUT, but it also offers the ability for specialized loggers (such as fastify middleware) to capture Requests and Responses and publish to an SNS Topic.

1.0.3

2 years ago

1.1.0

2 years ago