alepha@docs:~/docs/packages/alepha$
cat logger.md
1 min read
Last commit:

#Alepha - Logger

#Installation

Part of the alepha package. Import from alepha/logger.

npm install alepha

#Overview

Configurable logging with multiple outputs.

Features:

  • Global logger access
  • JSON format
  • Pretty colored output
  • Raw text format
  • Console destination
  • Memory destination (for devtools)
  • Custom handlers
  • Configuration via LOG_LEVEL and LOG_FORMAT

#API Reference

#Primitives