Colorised logger for python, using logging python lib
Project description
MeowthPxnk Cxstom logger for python!
How this works:
Logs will be steram to console and save to rollover every hour at 00 minutes:
savepath -> ./Logs/YYYY-MM-DD/HH.00-HH.00.log
Usage:
import logging
from MeowthLogger import initLogger
initLogger(
filename="logging.log",
encoding="utf-8",
logger_level="INFO"
)
logger = logging.getLogger()
# usage logger ---->
logger.info("INFO")
logger.error("ERROR")
logger.debug("DEBUG")
logger.warning("WARNING")
logger.critical("CRITICAL")
$XOXO$ meowthpxnk ..
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
meowthlogger-2.5.2.tar.gz
(11.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meowthlogger-2.5.2.tar.gz.
File metadata
- Download URL: meowthlogger-2.5.2.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a4a2e3f84bba52b870cefe253f31ed4f0baa61b8823b759b54cadccfb94ca1b
|
|
| MD5 |
b2328adb5a0eed0179e0442fd635d81a
|
|
| BLAKE2b-256 |
2abcfa9bcf74a8045382f2a561d85f488027faf413fb1b856bfd91d943f1f8c4
|
File details
Details for the file meowthlogger-2.5.2-py3-none-any.whl.
File metadata
- Download URL: meowthlogger-2.5.2-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
834a6c51062a6176a3ba4bca19464ea85f06e11fc7a602f16960520b6aef0b69
|
|
| MD5 |
466d942e0ef9bff75f1ae07a55b41749
|
|
| BLAKE2b-256 |
980d131689be4000b70c4373015cb97dc0899454c429aafdbceff9818bf49f81
|