Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

logging-utils

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logging-utils - npm Package Versions

1
6

3.0.16

Diff

byron-dupreez
published 3.0.14 •

byron-dupreez
published 3.0.13 •

byron-dupreez
published 4.0.6 •

Changelog

Source

4.0.6

  • Changed isLoggingConfigured function to check for non-defined target argument
byron-dupreez
published 4.0.5 •

Changelog

Source

4.0.5

  • Updated core-functions dependency to version 3.0.6
  • Fixed wrong version number in test/package.json
byron-dupreez
published 4.0.4 •

Changelog

Source

4.0.4

  • Updated core-functions dependency to version 3.0.5
byron-dupreez
published 4.0.3 •

Changelog

Source

4.0.3

  • Upgraded to Node 6.10.3
  • Updated core-functions dependency to version 3.0.4
byron-dupreez
published 4.0.1 •

Changelog

Source

4.0.1

  • Updated core-functions dependency to version 3.0.2
byron-dupreez
published 4.0.0 •

Changelog

Source

4.0.0

  • Major changes to and simplification of logging.js API (NOT BACKWARD COMPATIBLE!):
    • Removed underlyingLogger parameter from configureLogging function, which was ignored when settings were provided and was also redundant, since it can be set via the settings parameter
    • Removed redundant configureLoggingWithSettings, configureDefaultLogging and getDefaultLoggingSettings functions
    • Replaced ERROR, WARN, INFO, DEBUG and TRACE constants with properties in new LogLevel constant to simplify import & usage and changed their values to uppercase for consistency
    • Removed toValidLogLevelOrDefault function
    • Renamed Logging typedef to Logger
    • Added additional log method to the target object during configureLogging to enable logging at a specified level
    • Added log function, which delegates to new log method to enable logging at a specified level
    • Exported isValidLogLevel and new cleanLogLevel functions
  • Added an envLogLevelName setting to enable configuration of the name of the environment variable in which to look for a logLevel on process.env (defaults to 'LOG_LEVEL' if undefined)
  • Enabled overriding of configured logLevel via process.env[envLogLevelName], where envLogLevelName refers to the configured name of the environment variable in which to look for a logLevel on process.env
  • Updated core-functions dependency to version 3.0.0
byron-dupreez
published 3.0.12 •

Changelog

Source

3.0.12

  • Updated core-functions dependency to version 2.0.14
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc