picologging
picologging copied to clipboard
An optimized logging library for Python
``` // TODO : See if there is a performant way to get the process name. ``` https://github.com/microsoft/picologging/blob/943f82fb2f52b20b8e351cbbe0afdf94bdae5f30/src/picologging/logrecord.cxx#L195
Closes https://github.com/microsoft/picologging/issues/184 Since libc strftime doesn't support %f specifier the implementation works it around by 1. first, creating a temporary format string for strftime where %f is replaced with actual...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20.0 to 2.21.2. Release notes Sourced from pypa/cibuildwheel's releases. v2.21.2 ✨ Adds support for building 32-bit armv7l wheels on musllinux. On a Linux system with emulation set...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. Release notes Sourced from actions/upload-pages-artifact's releases. v3.0.0 Changelog Use v4 upload-artifact tag @robherley (#80) Upload pages artifact with upload-artifact v4-beta @konradpabjan (#78) To deploy...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. Release notes Sourced from actions/configure-pages's releases. v5.0.0 Breaking Changes :warning: This version contains breaking changes! :warning: When using the input param static_site_generator: next: Added...
It also seems that 3.13 doesn't have an API for getting milliseconds, so the timestamp of the log record will be to the nearest second (unless I find a solution)