GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/515
APEXCORE-704 Add supporting of programmatic logger appender Implemented supporting of a programmatic logger appender that can be added to Apex Application Master and Containers and be configurable programmatically. The new programmatic appender can be defined in Java code or via a value of the new Apex attribute "LOGGER_APPENDER". The syntax of the attribute value: {appender-class-name}[,{args}] @vrozov @PramodSSImmaneni @sanjaypujare Could you please review the PR? You can merge this pull request into a Git repository by running: $ git pull https://github.com/sgolovko/apex-core APEXCORE-704 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-core/pull/515.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #515 ---- commit 92ff5a4ac7139da4804f6037a9fb426c69dcad2f Author: Sergey Golovko <ser...@datatorrent.com> Date: 2017-04-14T19:18:55Z APEXCORE-704 Add supporting of programmatic logger appender Implemented supporting of a programmatic logger appender that can be added to Apex Application Master and Containers and be configurable programmatically. The new programmatic appender can be defined in Java code or via a value of the new Apex attribute "LOGGER_APPENDER". The syntax of the attribute value: {appender-class-name}[,{args}] ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---