Greg Perry created IVY-1611:
-------------------------------
Summary: Need embedded way of getting log messages
Key: IVY-1611
URL: https://issues.apache.org/jira/browse/IVY-1611
Project: Ivy
Issue Type: Bug
Reporter: Greg Perry
In 2.4.x - this was possible :
Main.setLogger(new IvyWrapperLogger(Message.MSG_INFO));
And allowed logging messages to be propagated to the host application.
Now setLogger is either gone or private.
I tried this in 2.5.x
ivy.getLoggerEngine().pushLogger(new IvyWrapperLogger(Message.MSG_INFO));
but I suspect it gets "popped" before
ResolveReport report = Main.run(cmd)is called
--
This message was sent by Atlassian Jira
(v8.3.4#803005)