New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@dynamic-labs/logger

Package Overview
Dependencies
Maintainers
1
Versions
1017
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/logger

A simple client side logging library used in Dynamic SDK

latest
npmnpm
Version
5.9.0
Version published
Weekly downloads
131K
11.95%
Maintainers
1
Weekly downloads
 
Created
Source

logger

Generic logger that wraps console.log with support of log levels and formatting messages.

Features:

  • Create a new named logger new Logger(name, LogLevel.INFO)
  • Formats log messages: [name] [level]: message
  • Supports additional arguments just like console log
  • Change the loglevel with logger.setLogLevel(LogLevel)

Building

Run nx build logger to build the library.

Running unit tests

Run nx test logger to execute the unit tests via Jest.

FAQs

Package last updated on 16 Sep 2026

Related posts