telus_ccp_logger
v1.0.3
Published
Universal logging tool vith variable output levels
Downloads
238
Maintainers
Readme
Telus_CCP_logger – Revolutionizing Logging
For questions, concerns or suggestions, contact Mykhailo Iliev of CCP Team at: [email protected]
✨ "Make logging an experience, not a chore."
Welcome to Telus_CCP_logger, a tool that will redefine how you think about logging. With a design so intuitive, you’ll forget about the complexities of traditional loggers.
No setup. No initialization. No wasted time. Just pure, seamless logging.
Telus_CCP_logger isn’t just a utility. It’s a statement. A declaration that logging should be simple, effective, and beautiful. Inspired by Telus CCP Team's workflow effectiveness and precise efficiency, it’s the culmination of thoughtful design and meticulous engineering to solve one of the most common frustrations in modern development.
Install Telus_CCP_logger
npm install telus_ccp_logger
Start Logging in Seconds
const { logger, setLogLevelThreshold } = require('telus_ccp_logger');
logger.info("Logger is up and running!");
logger.warn("Watch out for this warning!");
logger.error("Something went wrong...");
Customize Log Level Threshold
By default, the logger logs all levels up to debug. Adjust this as needed:
setLogLevelThreshold('warn'); // Only log warnings and errors.
logger.debug("This debug message won't appear");
logger.warn("This warning will appear");
logger.error("Critical issue logged!");
🌟 Why Telus_CCP_logger
Simplicity Redefined
- No configuration. Start logging instantly. It just works.
Precision in Every Level
- From critical errors to debug insights, Telus_CCP_logger gives you total control with dynamic log levels (
error
,warn
,info
,verbose
,debug
).
- From critical errors to debug insights, Telus_CCP_logger gives you total control with dynamic log levels (
Effortless Clarity
- No extra metadata is added to each and every log. Focus on what's important.
Limitless Flexibility
- Change what you see with a single line. Focus on what matters.
Uncompromising Performance
- Lightweight, efficient, and built for the demands of modern Node.js microservice applications.
Please don't hesitate to reach out to me at [email protected].
Together, let's make logging better, faster, and simpler for everyone!