h

hyperlog

A utility logger library for Android on top of standard Android Log class for debugging purpose. This is a simple library that will allow Android apps or library to store log into database so that developer can pull the logs from the database into File or push the logs to your remote server for debugging purpose.
http://opensource.org/licenses/MIT
The Apache License, Version 2.0
Omer Younus
Files download
File Operation
hyperlog-1.2.1.pom download
hyperlog-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.solusguard</groupId>
  <artifactId>hyperlog</artifactId>
  <version>1.2.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.solusguard:hyperlog:1.2.1'
Gradle Kotlin
implementation("com.solusguard:hyperlog:1.2.1")
Scala SBT
libraryDependencies += "com.solusguard" % "hyperlog" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.solusguard', module='hyperlog', version='1.2.1')
)
Apache Ivy
<dependency org="com.solusguard" name="hyperlog" rev="1.2.1" />
Leiningen
[com.solusguard/hyperlog "1.2.1"]
Apache Buildr
'com.solusguard:hyperlog:jar:1.2.1'