Skip to content

Releases: joseberna/Logger

v1.0.0 - Logger

05 Dec 15:48

Choose a tag to compare

  • Cross-Platform Support: Core logger logic implemented for both Node.js (via chalk) and Browser (via console styling).
  • Service Context: Ability to log with service, method, and other metadata context.
  • Log Levels: Support for INFO, ERROR, WARN, DEBUG, SUCCESS.
  • Custom Colors: Default color mapping for services and ability to override via config.
  • Tree-Shakable: ESM and CJS builds provided via tsup.
  • Tests: Comprehensive unit tests covering Node environment and utilities.
  • Types: Full TypeScript definitions included.