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.8.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.8.tar.gz.
File metadata
- Download URL: logaid-1.1.8.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 |
ebaeda646296964ca9a7eafc7c876ac0f4df662f8df77952a84ef85eec5e3256
|
|
| MD5 |
2d50cac13302bfb05250765610d255ab
|
|
| BLAKE2b-256 |
0d115ab0070095467bf74d1ffda18030a35ea4509cd5b86c16892a4feb872d16
|
File details
Details for the file logaid-1.1.8-py3-none-any.whl.
File metadata
- Download URL: logaid-1.1.8-py3-none-any.whl
- Upload date:
- Size: 5.2 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 |
2cd80afd83f247006b46d3565d84b98a6e5cee960938e476cf918b1b773b9054
|
|
| MD5 |
f09ac6efbdee82b15d2cea0e6449aa10
|
|
| BLAKE2b-256 |
531a933584fdceddb1cf879130951ca520e886c5f93005983c268927128fe107
|