Created
August 25, 2022 10:18
-
-
Save MeiyappanKannappa/bfc6911abe40ff2498f4bf73dece765e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LDConfig config = new LDConfig.Builder() | |
| .logging(Components.logging(Logs.basic())) | |
| .build(); | |
| LDClient client = new LDClient(SDK_KEY, config); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment