@@ -29,12 +29,6 @@ your app. You might want to change the log level to log different
29
29
amounts of data depending on your development needs. You can specify
30
30
different log levels or custom loggers.
31
31
32
- .. warning:: Java SDK Logging Support
33
-
34
- The Java SDK does not support the same logging API as the other SDKs.
35
- Instead, it uses a deprecated sync logger. Refer to the Java SDK: Deprecated
36
- Sync Logger section on this page for more details.
37
-
38
32
.. _sdks-set-the-client-log-level:
39
33
40
34
Set or Change the Log Level
@@ -158,7 +152,8 @@ You can turn off logging by setting the log level:
158
152
Other Loggers
159
153
-------------
160
154
161
- The C++ and Java SDKs have additional loggers that behave differently.
155
+ The C++ and Java SDKs have additional loggers that behave differently than the
156
+ other examples on this page.
162
157
163
158
C++ SDK
164
159
~~~~~~~
@@ -182,11 +177,11 @@ to the ``set_log_level()`` member function:
182
177
Java SDK
183
178
~~~~~~~~
184
179
185
- The Java SDK uses an older Logger that may not behave like the other SDKs.
186
180
The SDK logs events to the Android system log automatically. You can
187
181
view these events using :android:`Logcat </studio/debug/am-logcat>`.
188
182
189
- To access newer logging features, use the Kotlin SDK.
183
+ We recommend using the Kotlin SDK to get the latest logging updates, like
184
+ changing the log level at different points in your code.
190
185
191
186
The Java SDK uses the log levels defined by `Log4J
192
187
<https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html>`_.
0 commit comments