Changelog
Source:NEWS.md
azlogr 0.0.6
- Updated testing strategy for empty logging message. No change for end users.
- Fixed a typo on README.
azlogr 0.0.5
CRAN release: 2023-10-09
- Slightly modified testing strategy for enforcing ASCII of logging messages because of different implementation of
base::iconv
by OS type. No change for end users.
azlogr 0.0.4
CRAN release: 2023-01-14
- Bug fix - not trying to post to ‘Azure Log Analytics’ workspace when logging level does not meet the logging threshold criteria. Earlier it was posting an empty string in that scenario, that is fixed.
- Bug fix -
enforce_ascii
asTRUE
works on systems having encoding ISO8859-1 as well. - Minor documentation update.
azlogr 0.0.3
CRAN release: 2023-01-11
- Added ability to extract all the configurations at once in
get_log_config
function. - Minor documentation update.