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 ..
Release files for MeowthLogger 2.5.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| meowthlogger-2.5.2.tar.gz | 11.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| meowthlogger-2.5.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.2 kB
Release files / meowthlogger-2.5.2.tar.gz
| Download URL | meowthlogger-2.5.2.tar.gz |
|---|---|
| Size | 11.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0a4a2e3f84bba52b870cefe253f31ed4f0baa61b8823b759b54cadccfb94ca1b
|
|
BLAKE2b-256 checksum How to use checksums |
2abcfa9bcf74a8045382f2a561d85f488027faf413fb1b856bfd91d943f1f8c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.7
|
Release files / meowthlogger-2.5.2-py3-none-any.whl
| Download URL | meowthlogger-2.5.2-py3-none-any.whl |
|---|---|
| Size | 19.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
834a6c51062a6176a3ba4bca19464ea85f06e11fc7a602f16960520b6aef0b69
|
|
BLAKE2b-256 checksum How to use checksums |
980d131689be4000b70c4373015cb97dc0899454c429aafdbceff9818bf49f81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.7
|