Restored previously deleted global ControlLoopLogger which
is loaded into the kieSession for the test.
Issued-ID: POLICY-197
Change-Id: I55e9a3a0c2627ecbecbef8059e70d672e6157fdc
Signed-off-by: Magnusen, Drew (dm741q) <dm741q@att.com>
//
// Insert our globals
//
- kieSession.setGlobal("Logger", logger);
+ final ControlLoopLogger controlLoopLogger = new ControlLoopLoggerStdOutImpl();
+ kieSession.setGlobal("Logger", controlLoopLogger);
final PolicyEngineJUnitImpl engine = new PolicyEngineJUnitImpl();
kieSession.setGlobal("Engine", engine);