My standard logging module.
Project description
gbe0 Log
My standard logging module.
Installation
To install from PyPI:
python3 -m pip install gbe0-log
Usage
To use in scripts check example.py.
Example:
## Import module
from gbe0_log import Logger
import logging as log
## Initialize logger
## This only needs to be done once
Logger(verbosity = 5)
## Log some messages
log.critical('A message to log at critical level') # Always logged (verbosity level 0)
log.error('A message to log at error level') # Always logged (verbosity level 0)
log.warning('A message to log at warning level') # Verbosity level 1
log.info('A message to log at info level') # Verbosity level 2
log.verbose('A message to log at verbose level') # Verbosity level 3
log.debug('A message to log at verbose level') # Verbosity level 4
log.trace('A message to log at trace level') # Verbosity level 5
Example Output
Output is to stderr and looks like this:
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
gbe0-log-1.0.0.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file gbe0-log-1.0.0.tar.gz
.
File metadata
- Download URL: gbe0-log-1.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.2 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eec6b5c024e68b6ed083774a8675cd0450acc05bb639c2fa69f6cd03143d431 |
|
MD5 | d0bf1ec3e231ae7d441923fc556cac99 |
|
BLAKE2b-256 | 81227ac7626f71a646c0e7ae20eaa5b7a3c5cc194dd52d402b8caec484b9a6dd |
File details
Details for the file gbe0_log-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: gbe0_log-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.2 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69387a6f21e60bbc7967740d04b28f3eeb7cf1ae965a3a94bc4ea54bc52a70c9 |
|
MD5 | 7d8f98cebdca80bb8bef86f455959837 |
|
BLAKE2b-256 | 4e262e15f8caed39ade4ad0b18868333d7debe3ad3dc574d7c56e11f17a54843 |