No project description provided
Project description
A python logger wrapper project. Write log in markdown.
Features
Three kinds of logs files:
Full log: DEBUG level log, use file rotating handler for this kind of log.
Error log: ERROR level log, use file rotating handler for this kind of log.
One time log: NOTSET level log, use write mode for this kind of log. Refresh content every time.
File logs will look like this:
module.func()::file.py:8 - 2023-12-30 06:18:27.709:
ERROR [PID:68207:THREAD:MainThread]
error message
Console output will look like this:
INFO [68207:MainThread] module.func() - 2023-12-30 06:18:27.709: log info
This is just a simple wrapper for python logging module to log in markdown format. Just for personal use in small projects for now.
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
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 mdlogger-0.1.tar.gz.
File metadata
- Download URL: mdlogger-0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
923a653a4b03ec3dc7a70c0b1d180292a172b9a87061b74e0c2c9e5e706cbd1c
|
|
| MD5 |
0bea7c1494ea4fa00a786b9b697e64a3
|
|
| BLAKE2b-256 |
9c3cee68517099395e6645a53bfb207e0c19ba428e4ae2109abe26a281c77784
|
File details
Details for the file mdlogger-0.1-py3-none-any.whl.
File metadata
- Download URL: mdlogger-0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e16dcd64ca6dfc0e0d4a415dfb5b089f87bd00aaaa16a3b2076b5cb106aba06
|
|
| MD5 |
97b2614d0fdf8bebba32ca2b921b2ad1
|
|
| BLAKE2b-256 |
35cab195281fe632dcc088a4fced72b0551f8ce7dd7aac36ccb209b618df9415
|