lazzer
v1.0.12
Published
π Illuminate your code with Lazzer Logger! Elevate your terminal output with vibrant colors, sleek styling, and clear communication. Say goodbye to mundane logs and embrace the power of creativity and clarity. Join the Lazzer Revolution today! π
Downloads
16
Readme
Features
π¨ Stunning Visuals: Illuminate your code with Lazzer Logger! Elevate your terminal output with vibrant colors and eye-catching styles.
π Effortless Integration: Seamlessly integrate Lazzer Logger into your projects with a simple npm install and watch your logging game skyrocket.
π‘ Clear Communication: Communicate with clarity using distinctive log levels and timestamps for enhanced readability.
βοΈ Easy Customization: Tailor your logging experience effortlessly with customizable styles and formatting options.
π Unleash Creativity: Express yourself and add personality to your logs, turning debugging sessions into an exciting journey of discovery.
Join the Lazzer Revolution Today!
Usage
Import Lazzer Logger into your project:
const logger = require('lazzer');
Now you can start logging messages:
// Log an error message
logger.error('Something went wrong!');
// Log a debug message
logger.debug('Debugging information...');
// Log an info message
logger.info('Informational message.');
Customization
You can customize the logger's behavior by toggling the verbose mode:
// Disable verbose mode (timestamps will be omitted)
logger.setVerbose(false);
// Enable verbose mode (timestamps will be included)
logger.setVerbose(true);
Viewing Logs
View all logged messages:
logger.showLogs();
Flushing Logs
Clear all logged messages:
logger.flushAll();
That's it! You're now ready to enhance your logging experience with Lazzer Logger.