[
https://issues.apache.org/jira/browse/IGNITE-17240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561424#comment-17561424
]
Pavel Tupitsyn commented on IGNITE-17240:
-----------------------------------------
[~korlov]
Client-related changes look good to me.
However, there are many changes that are not related to the client, is that
intentional?
> Provide an ability to configure logging backend through IgniteClient.Builder
> ----------------------------------------------------------------------------
>
> Key: IGNITE-17240
> URL: https://issues.apache.org/jira/browse/IGNITE-17240
> Project: Ignite
> Issue Type: Improvement
> Components: clients
> Reporter: Konstantin Orlov
> Assignee: Konstantin Orlov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha6
>
>
> Need to extend {{org.apache.ignite.client.IgniteClient.Builder}} in order to
> provide an ability to specify {{{}LoggerFactory{}}}, where {{LoggerFactory}}
> is the following interface:
>
> {code:java}
> public interface LoggerFactory {
> default System.Logger forClass(Class<?> clazz) {
> return forName(Objects.requireNonNull(clazz).getName());
> }
>
> System.Logger forName(String name);
> } {code}
> The configured backend should be stored within
> {{{}org.apache.ignite.client.IgniteClientConfiguration{}}}.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)