logging
logging copied to clipboard
Lightweight informative modern console logging.
@dylang These are your type defs from magic. Thoughts?
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
Following the instructions (in an Expo project running with `expo start --dev-client`) I get output that is indistinguishable from `console.log` (no colors, no date, no feature).
It would be a nice addition if the app paid attention to the environment variables DEBUG, LOG_LEVEL, and LOG_DEBUG. i.e. ```LOG_LEVEL=info LOG_DEBUG=myapp,myapi node index.js``` Using that example it would cause...
Maybe I just don't know what it is mean in js world, I searched logger for my angular project, and find your library, looks really pretty, but what is it...
Hi! I thought I'd test-drive this nice looking logging module. However, ran into an issue from the start go with node `v6.10.1` and logging `v3.2.0` via npm. ```javascript const createLogger...