Overwrite Logging Settings [message #1750450] |
Wed, 21 December 2016 03:22  |
Eclipse User |
|
|
|
Hello,
Every time I start my application I see a lot of messages in my console. Something like this:
*** INFO: The actual type of adapter org.eclipse.gef4.mvc.behaviors.SelectionBehavior@34e7a627 could already be inferred as org.eclipse.gef4.mvc.behaviors.SelectionBehavior<javafx.scene.Node> from the binding at org.eclipse.gef4.mvc.fx.MvcFxModule.bindSelectionBehaviorAsAbstractFXContentPartAdapter(MvcFxModule.java:1025).
The redundant type key org.eclipse.gef4.mvc.behaviors.SelectionBehavior<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.
*** INFO: The actual type of adapter org.eclipse.gef4.mvc.behaviors.SelectionBehavior@5e9a9683 could already be inferred as org.eclipse.gef4.mvc.behaviors.SelectionBehavior<javafx.scene.Node> from the binding at org.eclipse.gef4.mvc.fx.MvcFxModule.bindSelectionBehaviorAsAbstractFXContentPartAdapter(MvcFxModule.java:1025).
The redundant type key org.eclipse.gef4.mvc.behaviors.SelectionBehavior<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.
Is there a solution to remove these messages? I'm thinking about overwriting some kind of log settings, but I don't know what and where.
Kind Regards,
Vlad
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02704 seconds