Skip to content

logger-4.2.0

Compare
Choose a tag to compare
@kernwig kernwig released this 07 Feb 18:26
· 23 commits to master since this release
29605ab

Enhancement:

  • Update to behave well in a browser. #134

While Logger is still intended primarily for use in AWS Lambda, it also worked in any Node.js environment such as local development and AWS Fargate. With this update, it will also work in a browser console. This allows for Logger to exist in shared code libraries.