Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

isoscribe

green-flash-digital151Apache-2.00.1.4TypeScript support: included

An isomorphic logging utility for any JavaScript runtime, providing structured, styled, and extensible logs.

isoscribe, logging, log, logger, isomorphic, isomorphic-logging, fullstack-logging, structured-logging, styled-logging, extensible-logging, universal-logging, cross-platform-logging, frontend-logging, backend-logging, node-logging, browser-logging, console-logging, log-utility, logging-framework, log-management, javascript-logging, typescript-logging, log-levels, log-filtering, log-formatting, log-transport, log-handler, log-styling, console-styling, developer-tooling, diagnostics, observability, monitoring, structured-debugging, cloud-logging, runtime-logging, log-enhancement, log-middleware, universal-debugging, error-logging, debugging-tool, frontend-debugging, backend-debugging, log-analysis, performance-logging, dev-tools, greenflash-digital

readme

Isoscribe

An isomorphic logging utility for any JavaScript runtime, providing structured, styled, and extensible logs for platform and browser contexts.

Overview

Isoscribe is an isomorphic logging utility that allows you to easily log structured and non structured content across your full stack application. For the most part, logging utilities are single purpose and cannot be used across your stack. That is, you can log our backend procedures, services, controllers, utils, etc.. however when it comes to the front-end logging is relegated to console.log|warn|error.

Isoscribe attempts to solve that problem by offering the same logging mechanisms traditionally geared toward platform development. During runtime, the tool evaluates the context in which it's running and logs out structured messages to provide insight into the execution of your code.

Documentation

Check out the isoscribe documentation: https://isoscribe.greenflash.digital

Organization

Check out the company behind isoscribe: https://greenflash.digital

changelog

Changelog

v0.1.4

Date Released: 02/25/2025

🚀 Added

  • Enables the ability to add a message to the checkpointStart method

v0.1.3

Date Released: 02/25/2025

🐛 Fixed

  • Fixes an issue where all directories are being built instead of just the src

v0.1.2

Date Released: 02/25/2025

🚀 Added

  • Adds a utils folder that exports various logging utils
  • Adds a printsAsBullets util that will format an array of string into a bulleted list

🐛 Fixed

  • All log levels are now correctly padded with the same number of characters
  • Fixes the bug where the feature name wasn't being printed

v0.1.1

Date Released: 02/25/2025

🐛 Fixed

  • Updates package.json to only distribute files to the registry inside of the dist folder

v0.1.0

Date Released: 02/25/2025

🚀 Added

  • Bootstraps the library with tests, releases, CI/CD scripts etc...