Releases: IBM/alchemy-logging
Releases · IBM/alchemy-logging
Python 1.1.0 - Standard error semantics
Python 1.0.5 - Consistent Errors
Change Log
- Consistent formatting errors when the wrong number of arguments are given with and without a log code (#163)
Python 1.0.4 - Clean Stack
Change Log
- Fix #152 for all supported versions of python to ensure that
%(filename)s
,%(lineno)s
, and%(funcName)s
work as expected for nativelogging
formatting - Run CI across all supported versions of
python
Typescript 1.3.1 - Null Metadata
Change Log
- Fix #132 to avoid errors when the
metadata
arg isnull
C++ 1.3.0 - Remove boost dependency
Change Log
- Remove the dependency on
boost
Python 1.0.3 - Cleaner Imports
Change Log
- Fix how
alog
sets itself up atimport
time to avoid hijacking user-definedlogging
configuration (#99)
Typescript 1.3.0 - Support for Errors
Change Log
- Support for using
Error
objects in place of themessage
argument to logging functions - Support for logging functions with no
message
argument
Typescript 1.2.1 - Log Function Signatures
Change Log
- Improve the function signatures for the logging functions on
alog
andChannelLog
Typescript 1.2.0 - API Improvements and Channel Logs
Change Log
- Improved import syntax (
import alog from 'alchemy-logging';
) - Introduced
alog.useChannel
andalog.ChannelLog
- Introduced
alog.fmt
for lazy log formatting as a template literal tag
Typescript 1.1.0 - Looser Log Code
Change Log
- Loosen specification for
logCode
to any string enclosed in<>
- README improvements
- Dependency upgrades