Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 25b8642

Browse files
author
cbales
committed
Give logger public access
Resolves #42
1 parent b79071c commit 25b8642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphsdk/src/main/java/com/microsoft/graph/extensions/GraphServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public Builder executors(final IExecutors executors) {
8787
* @param logger The logger
8888
* @return the instance of this builder
8989
*/
90-
private Builder logger(final ILogger logger) {
90+
public Builder logger(final ILogger logger) {
9191
mClient.setLogger(logger);
9292
return this;
9393
}

0 commit comments

Comments
 (0)