Package io.getstream.log.android
Class AndroidStreamLogger
-
- All Implemented Interfaces:
-
io.getstream.log.StreamLogger
public final class AndroidStreamLogger implements StreamLoggerThe StreamLogger implementation for Android.
This logger traces the current thread on Android and following the Android log priorities.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAndroidStreamLogger.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static AndroidStreamLogger.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description AndroidStreamLogger(Integer maxTagLength)
-