Closed kumaraish closed 7 years ago
In GraphServiceClient builder, the method to set logger has private access. It should have public access like other setters of GraphServiceClient.Builder
GraphServiceClient
GraphServiceClient.Builder
https://github.com/microsoftgraph/msgraph-sdk-android/blob/master/graphsdk/src/main/java/com/microsoft/graph/extensions/GraphServiceClient.java#L90
Thanks for reporting this issue @kumaraish - as a workaround, you can set the ILogger instance through IClientConfig
ILogger
IClientConfig
In
GraphServiceClient
builder, the method to set logger has private access. It should have public access like other setters ofGraphServiceClient.Builder
https://github.com/microsoftgraph/msgraph-sdk-android/blob/master/graphsdk/src/main/java/com/microsoft/graph/extensions/GraphServiceClient.java#L90