Customized Logger created by Santo
Project description
slogger
A customized logger for my end to end project workflows
Usage
from slogger import SLogger
# setting up logging file location
from slogger.paths import TEMP_DIR
logfile = TEMP_DIR / 'logs'
# this log file location can be changed to custom log paths as well
logger = SLogger(__name__, logfile)
logger.critical("Santo")
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
sanlogger-0.1.0.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for sanlogger-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a64fcc05ffc4541f2db5db2755014647bb33f943f7f13a1a3c0f69f5485aa4f1 |
|
MD5 | c1e51a500fae8a72e028d8afe3e7aeab |
|
BLAKE2b-256 | 57cbc7f6eb9e1ae25f14d2312bbe3824bf0927954cfca79bf1f49d02977ed2cf |