Changes in version 0.0.6 (2024-03-21) - Updated testing strategy for empty logging message. No change for end users. - Fixed a typo on README. Changes in version 0.0.5 (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. Changes in version 0.0.4 (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 as TRUE works on systems having encoding ISO8859-1 as well. - Minor documentation update. Changes in version 0.0.3 (2023-01-11) - Added ability to extract all the configurations at once in get_log_config function. - Minor documentation update. Changes in version 0.0.2 - Updated README and general package documentation. - Added GitHub Actions to trigger code linting, testing, building the package documentation and doing R CMD check. Changes in version 0.0.1 - Added a NEWS.md file to track changes to the package. - Initial release with minimum features required to configure logging set up in one step. And, optionally, add additional meta-data to be collected while logging.