Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@kreczko kreczko released this 18 Oct 17:08
· 41 commits to main since this release

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