DOC

com.solusguard : hyperlog

Maven & Gradle

Aug 23, 2019
0 stars

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.

Table Of Contents

Latest Version

Download com.solusguard : hyperlog Javadoc & API Documentation - Latest Versions:

All Versions

Download com.solusguard : hyperlog Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file hyperlog-1.2.1-javadoc.jar to hyperlog-1.2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder hyperlog-1.2.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "hyperlog-1.2.1-sources.jar" -d "hyperlog-1.2.1-javadoc" -subpackages 

Advertisement