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.6.tar.gz
(3.4 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.6.tar.gz.
File metadata
- Download URL: logaid-1.1.6.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41e8ec8f18a32205f4d28330a33068c402c459ccfbe2f4b525b2a4d4f8552fde
|
|
| MD5 |
2d13606bbf469ebc365fbffa88a65c06
|
|
| BLAKE2b-256 |
ba729ab624bd1916b9f2385e2c52da28368759a4a8132947842d4956990b7f0a
|
File details
Details for the file logaid-1.1.6-py3-none-any.whl.
File metadata
- Download URL: logaid-1.1.6-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 |
6163847210c46b63f4767041a4ce31fd0aa2c0fa0a5a7e0f010c5443ddccf6ba
|
|
| MD5 |
03f7b27ad1848cd046ceb915294aa319
|
|
| BLAKE2b-256 |
e60f58d72c9352038cd90b7c88c821de5b907887845b222b841e6a8a249221f4
|