logger

Community

Lightweight logging utility

Authormasharratt
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Simple logging utility to standardize debug/info/warn/error output across TS modules.

Core Features & Use Cases

  • Consistent logs: All modules emit structured logs with context.
  • Easy integration: Lightweight, dependency-free logger.

Quick Start

const logger = new Logger("orchestrator"); logger.info("Starting");

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: logger
Download link: https://github.com/masharratt/claude-flow-novice/archive/main.zip#logger

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository