Android-log-wrapper
An implementation of com.lightstreamer.log.LoggerProvider for Android.
Installation
The library requires Java version 7 or later.
To add a dependency using Maven, use the following:
<dependency>
<groupId>com.lightstreamer</groupId>
<artifactId>android-log-wrapper</artifactId>
<version>1.0.1</version>
</dependency>
To add a dependency using Gradle:
dependencies {
implementation("com.lightstreamer:android-log-wrapper:1.0.1")
}