picologging

An optimized logging library for Python

MIT License

Downloads
18.3K
Stars
665
Committers
12

Bot releases are visible (Hide)

picologging - 0.9.4

Published by tonybaloney about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/picologging/compare/0.9.3...0.9.4

picologging - 0.9.3 Latest Release

Published by tonybaloney about 1 year ago

What's Changed

Bug fixes

New Contributors

Full Changelog: https://github.com/microsoft/picologging/compare/0.9.2...0.9.3

picologging - 0.9.2

Published by tonybaloney over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/picologging/compare/0.9.1...0.9.2

picologging - 0.9.1

Published by tonybaloney almost 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/picologging/compare/0.9.0...0.9.1

picologging - 0.9.0

Published by tonybaloney almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/picologging/compare/0.8.1...0.9.0

picologging - 0.8.1

Published by tonybaloney about 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/picologging/compare/0.8.0...0.8.1

picologging - 0.8.0

Published by tonybaloney about 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/picologging/compare/0.7.2...0.8.0

picologging - 0.7.2

Published by tonybaloney about 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/picologging/compare/0.7.1...0.7.2

picologging - 0.7.1

Published by tonybaloney about 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/picologging/compare/0.7.0...0.7.1

picologging - 0.7.0

Published by tonybaloney about 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/picologging/compare/0.6.0...0.7.0

picologging - 0.6.0

Published by tonybaloney over 2 years ago

What's Changed

Full Changelog: https://github.com/microsoft/picologging/compare/0.5.0...0.6.0

picologging - 0.5.0

Published by tonybaloney over 2 years ago

What's Changed

Bug fixes and features

  • Logger now supports sinfo=True to add stack info to log messages
  • Fixed a bug where formatters using the created field were not correctly formatted
  • Fixed a bug where formatters using the thread id, thread field were formatted as signed int instead of unsigned long
  • Fixed a bug in the __repr__ method of PercentStyle
  • Fixed a bug that the Logger.exception() method wasn't checking the log level for ERROR
  • Fixed a bug in the formatting of exception messages
  • Setting the parent of a logger which has a NOTSET level will now update it's logging level to adopt the next set parent's level

Full Changelog: https://github.com/microsoft/picologging/compare/0.4.0...0.5.0

picologging - 0.4.0

Published by tonybaloney over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/picologging/compare/0.3.0...0.4.0

picologging - v0.3.0

Published by tonybaloney over 2 years ago

  • Added FileHandler to picologging
  • Fixed an issue with the Logger.setLevel() method not correctly resetting level flags in the logger
  • Fixed a memory leak in the logging and handler types
picologging - v0.2.0

Published by tonybaloney over 2 years ago

picologging - v0.1.0

Published by tonybaloney over 2 years ago

Package Rankings
Top 34.06% on Conda-forge.org
Top 3.96% on Pypi.org
Badges
Extracted from project README
PyPI - Python Version PyPI Anaconda-Server Badge codecov