Hi Igniters,

In almost every new task we faced the problem of what logger has to be
used: JUL. log4J or any else.

Since JDK 9 there is a System.Logger which interface looks acceptable for
use,
excepts maybe some usability issues like method signatures.
LogLevel is passed as a mandatory argument, and no shortcut methods are
provided (like 'warn', 'error' or 'info').

I like Alex Scherbakov idea [1] to use a brand new JDK system logger by
default and
extend it with shortcut methods.

I've created a ticket to unify logger usage in Ignite-3.0 project to fix
already existed code.

Any thoughts or objections?

-- 
Best regards,
Andrey V. Mashenkov

Reply via email to