Replies: 1 comment
-
@saurabh-sagrawal, @larvacea - Can you have a look at this ask please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at section 6 https://github.com/microsoft/cpp_client_telemetry/blob/main/docs/cpp-start-android.md.
ILogger
is obtained through callingLogManager.initialize()
. But there is alsostatic LogManager.getLogger(tenantId, source)
and non staticgetLogger()
. Looking at the test https://github.com/microsoft/cpp_client_telemetry/blob/main/lib/android_build/app/src/androidTest/java/com/microsoft/applications/events/maesdktest/LogManagerDDVUnitTest.java :multipleLogManagerInstantiation()
,initialize()
isn't called. What's the difference between these 3 methods?Do I need to call
LogManager.initialize()
to init the SDK?If I create multiple
ILogConfiguration
configs, which config will be used when callingstatic LogManager.getLogger(tenantId, source)
?Beta Was this translation helpful? Give feedback.
All reactions