alepha@docs:~/docs/packages/alepha$
cat logger.md1 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_LEVELandLOG_FORMAT
#API Reference
#Primitives
$logger— Create a logger.