Current behavior:
No provision to add additional zapcore (like syslog zap core implementation) to flogo logger
Expected behavior:
Provision to add additional zapcores into flogo root logger.
What is the motivation / use case for changing the behavior?
Would like to add syslog support to the flogo logger.
Additional information you deem important (e.g. I need this tomorrow):
Couldn't able to inject syslog zap core into flogo logger with the flogo provided API, I ended up in refactoring flogo/core logger related files and same is available in my fork.