All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Removed optional ROS/log4cxx support.
- Added dependency on Boost.
- Removed duplicate source file.
- Prevent output buffering from delaying log messages when stderr is redirected.
- Systemd logging mode.
- Make ROS integration with log4cxx optional.
- Link with --as-needed.
- Add environment flags for disabling syslog and console outputs (
DR_LOG_USE_SYSLOG
andDR_LOG_USE_CONSOLE
).