Android Open Source - Development tool ILog






Project Summary

Simple Logging Tool for Android and Java Platforms.

Web Site / Source Repository

ILog is hosted in the following web site
https://github.com/MoshDev/ILog

If you think the Android project ILog listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of ILog.

ItemValue
Java File Count12
Target SDK Version19
Minimum SDK Version8
Activity Count1
Fragment Count1
jar files usedandroid-support-v4.jar




License

The license information of ILog is as follows:

GNU General Public License

Java Source Files

com.moshx.ilog.ILog.java
com.moshx.ilog.Settings.java
com.moshx.ilog.console.AndroidConsole.java
com.moshx.ilog.console.ConsoleFactory.java
com.moshx.ilog.console.ILogConsole.java
com.moshx.ilog.console.JVMConsole.java
com.moshx.ilog.filelogger.FileLogger.java
com.moshx.ilog.filelogger.HtmlFileLogger.java
com.moshx.ilog.filelogger.TextFileLogger.java
com.moshx.ilog.utils.Utility.java
com.moshx.ilogsample.MainActivity.java
com.moshx.jvmsample.LoggingTest.java