Andrey Mashenkov created IGNITE-14430:
-----------------------------------------
Summary: Common logger interface.
Key: IGNITE-14430
URL:
https://issues.apache.org/jira/browse/IGNITE-14430 Project: Ignite
Issue Type: Improvement
Reporter: Andrey Mashenkov
Fix For: 3.0.0-alpha2
1. Introduce a common interface for a logger, like it was done in Ignite to abstract from any 3-rd party logger implementation.
This will give users the freedom to choose any logger in the future, and prevent possible issues related to unwanted dependencies or dependency versions.
2. Add a default implementation based on System.Logger, which was introduced in Java 9.
3. Remove any 3-rd party logger dependencies in all modules and switch to IgniteLogger if possible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)