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