jar

com.noveogroup.android : android-logger

Maven & Gradle

Aug 26, 2015
4 usages
221 stars

Android Logger · Useful logger for Android based on standard android.util.Log class. Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful configuration via properties file and some additional helpful logging methods. Easy analogue of popular log4j library.

Table Of Contents

Latest Version

Download com.noveogroup.android : android-logger JAR file - Latest Versions:

All Versions

Download com.noveogroup.android : android-logger JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window android-logger-1.3.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.noveogroup.android.log

├─ com.noveogroup.android.log.AbstractLogger.class - [JAR]

├─ com.noveogroup.android.log.Handler.class - [JAR]

├─ com.noveogroup.android.log.Log.class - [JAR]

├─ com.noveogroup.android.log.Logger.class - [JAR]

├─ com.noveogroup.android.log.LoggerManager.class - [JAR]

├─ com.noveogroup.android.log.Pattern.class - [JAR]

├─ com.noveogroup.android.log.PatternHandler.class - [JAR]

├─ com.noveogroup.android.log.SimpleLogger.class - [JAR]

├─ com.noveogroup.android.log.Utils.class - [JAR]

org.slf4j.impl

├─ org.slf4j.impl.AndroidLoggerAdapter.class - [JAR]

├─ org.slf4j.impl.AndroidLoggerFactory.class - [JAR]

├─ org.slf4j.impl.StaticLoggerBinder.class - [JAR]

Advertisement