microsoftgraph / msgraph-sdk-android

Microsoft Graph SDK for Android! https://graph.microsoft.io
Other
51 stars 43 forks source link

In GraphServiceClient builder, the method to set logger has private access. #42

Closed kumaraish closed 7 years ago

kumaraish commented 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

https://github.com/microsoftgraph/msgraph-sdk-android/blob/master/graphsdk/src/main/java/com/microsoft/graph/extensions/GraphServiceClient.java#L90

iambmelt commented 7 years ago

Thanks for reporting this issue @kumaraish - as a workaround, you can set the ILogger instance through IClientConfig