[
https://issues.apache.org/jira/browse/MINIFICPP-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gábor Gyimesi resolved MINIFICPP-2512.
--------------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
> Only use a single logger per processor
> --------------------------------------
>
> Key: MINIFICPP-2512
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2512
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Gábor Gyimesi
> Assignee: Gábor Gyimesi
> Priority: Major
> Fix For: 1.0.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Currently the Processor base class defines a logger member for logging in the
> base class, but its inherited classes also define separate loggers, so
> multiple logger members are defined in each processor classes. We should
> change this to only use the logger member defined in the base class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)