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 between `DEBUG` and
`WARNING`.
In addition, this package sets a logging standard for FAST-HEP projects:
- per-log-level formatting
- log file support