Skip to content

a Python module designed to make console logging visually appealing and easy to differentiate. It categorizes and formats log messages like error, debug, input, info, and ratelimit with distinct colors, making it easier for developers to identify and prioritize logs at a glance.

Notifications You must be signed in to change notification settings

AxZeRxD/Leveragers-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LEVERAGERS LOGGER

Leveragers Logger is a Python module designed for logging various types of messages in tools and applications. It provides an easy way to handle debug, error, rate-limit warnings, user input, and informational messages.

Features

  • Debug Logging: Log debug messages.
  • Error Logging: Log error messages.
  • Rate-Limit Logging: Log rate-limit warnings.
  • User Input Logging: Log user input.
  • Informational Logging: Log general informational messages.

Installation

You can install uwulogger using pip:

pip install uwulogger

Usage

Here's a quick example of how to use uwulogger:

from leveragers import log

log.dbg("This is a debug message.")
log.err("This is an error message.")
log.ratelimt("This is a rate-limit warning.")
log.inp("User input received.")
log.inf("This is an informational message.")

Social Links

License

This project is licensed under the MIT License.

About

a Python module designed to make console logging visually appealing and easy to differentiate. It categorizes and formats log messages like error, debug, input, info, and ratelimit with distinct colors, making it easier for developers to identify and prioritize logs at a glance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages