·
2 commits
to master
since this release
Included commits: 3.19.0...3.20.0
Improvements
- Introduced
LogConstants::LOGGER_CONFIG_ZED_CLIconstant to allow configuring a separate logger for Zed console command execution, enabling distinct log handling for CLI context. - Introduced
ZedCliLoggerConfigPluginandLogDependencyProvider::getCliLogHandlers()extension point to allow projects to provide custom log handlers specifically for CLI commands. - Introduced
NonBufferedStreamHandlerPluginfor Zed, Yves, and Glue layers to support non-buffered stream log output. - Changed visibility of
createStreamHandler()fromprotectedtopublicin ZedLogCommunicationFactoryand YvesLogFactoryto enable direct access by handler plugins.