jar

it.sephiroth.android.library.asm : asm-logging-level-plugin

Maven & Gradle

Nov 30, 2022
1 stars

asm-logging-level-plugin · Android gradle plugin which inject at compile time method logging (initially forked from Hunter-Debug)

Table Of Contents

Latest Version

Download it.sephiroth.android.library.asm : asm-logging-level-plugin JAR file - Latest Versions:

All Versions

Download it.sephiroth.android.library.asm : asm-logging-level-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.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 asm-logging-level-plugin-1.0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

it.sephiroth.android.library.asm.plugin.logginglevel

├─ it.sephiroth.android.library.asm.plugin.logginglevel.AsmLoggingLevelTransformer.class - [JAR]

├─ it.sephiroth.android.library.asm.plugin.logginglevel.BuildConfig.class - [JAR]

├─ it.sephiroth.android.library.asm.plugin.logginglevel.Constants.class - [JAR]

├─ it.sephiroth.android.library.asm.plugin.logginglevel.GetMinPriorityMethodVisitor.class - [JAR]

├─ it.sephiroth.android.library.asm.plugin.logginglevel.LoggingLevelClassVisitor.class - [JAR]

├─ it.sephiroth.android.library.asm.plugin.logginglevel.LoggingLevelMethodVisitor.class - [JAR]

├─ it.sephiroth.android.library.asm.plugin.logginglevel.LoggingLevelPlugin.class - [JAR]

├─ it.sephiroth.android.library.asm.plugin.logginglevel.LoggingLevelPluginExtension.class - [JAR]

it.sephiroth.android.library.asm.plugin.logginglevel.vo

├─ it.sephiroth.android.library.asm.plugin.logginglevel.vo.ILoggingPluginData.class - [JAR]

├─ it.sephiroth.android.library.asm.plugin.logginglevel.vo.LoggingPluginData.class - [JAR]