Releases: FAST-HEP/fasthep-logging
Releases · FAST-HEP/fasthep-logging
2024.6.1
What's Changed
- build(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by @dependabot in #4
- build(deps): bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by @dependabot in #5
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #9
- build(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.10 by @dependabot in #8
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #10
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #12
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #13
- build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #14
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in #16
Full Changelog: 0.1.1...2024.6.1
Version 0.1.1
Version 0.1.0
First release of fasthep-logging
Features
The FAST-HEP logging package adds two new log levels to the standard Python
logging:
TRACE
is the most verbose level, and is used for debugging purposes.TIMING
is used to log timing information. Log level is betweenDEBUG
and
WARNING
.
In addition, this package sets a logging standard for FAST-HEP projects:
- per-log-level formatting
- log file support