A log aid for you.
Project description
LogAid
A log aid for you.
Installation
pip install logaid
Usage
just print
from logaid import log
log.info('hello world')
log.error('hello world')
log.warning('hello world')
log.fatal('hello world',123,{},[],False)
open super print
from logaid import log
log.init(print_pro=True)
print("Hello World")
auto_save
from logaid import log
log.init(level='DEBUG',save=True)
log.info('hello world')
save as filename and not print
from logaid import log
log.init(level='DEBUG',filename='cs.log',show=False)
log.info('hello world')
define format
from logaid import log
log.init(level='INFO',format='%(asctime)s %(levelname)s %(pathname)s %(lineno)d: %(message)s')
log.info('hello world')
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
logaid-1.1.5.tar.gz
(3.5 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 logaid-1.1.5.tar.gz.
File metadata
- Download URL: logaid-1.1.5.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efcb7540e772a859261bc53c125385fbb9381fb402531394d97cc2c67cdf9da2
|
|
| MD5 |
20c47303bfee01b23f269506db240f20
|
|
| BLAKE2b-256 |
ce3a68b83379bbfa850a88487a0c7c95a6e60aae3d874aafc38463528ba32117
|
File details
Details for the file logaid-1.1.5-py3-none-any.whl.
File metadata
- Download URL: logaid-1.1.5-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18009a67c5c9de6178f220b7a8fb6a44ea38b73a96b9e2ad0b7e799ccda11368
|
|
| MD5 |
f136577f4c9a5a77c56245fc9d5f8ee7
|
|
| BLAKE2b-256 |
332f9b53459a8252e574fe60f1381ee1243b5d433a78eba9a02c4e7a5e44974d
|