PyBEN logger repository
Project description
pybenlogger
Unified logger format
Use options:
- Direct import from base module
from pybenlogger import get_logger
logger = get_logger()
- Import from the inner module
from pybenlogger.config_logger import get_logger
logger = get_logger(logger_name='main_logger')
get_logger:
Returns a logger object with a given title, default name as 'main_logger'
:param logger_name: If empty the logger name will be based on the calling module
:return: Logger object
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
pybenlogger-2.0.0.tar.gz
(3.0 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 pybenlogger-2.0.0.tar.gz.
File metadata
- Download URL: pybenlogger-2.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6818fc2ab2306cb8b21d14cfea8cbe5d3a12bdace9e622727d91e3daf169e90a
|
|
| MD5 |
ff20c1fb0e06ff8ea4032cffb4f74c13
|
|
| BLAKE2b-256 |
7f3fecaf6084d99c1f8627128da462dd7517bc43c4d2bf2cc8452e34b7c76654
|
File details
Details for the file pybenlogger-2.0.0-py3-none-any.whl.
File metadata
- Download URL: pybenlogger-2.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e58c67e7d4e1405ceab6b9caa7d4b15184f092a127ba3d5ae5e4108604bc6baa
|
|
| MD5 |
ef15fc9342e28c0e8b82eff76d6a40a6
|
|
| BLAKE2b-256 |
107fab561af77292059275bed6cffbc85ca1d566974ecfed6d91f966453276bb
|