LoggingLiveData

Enforce named arguments usage for callers of a function through a Kotlin Compiler Plugin.

License

License

Categories

Categories

Data Logging Application Layer Libs
GroupId

GroupId

io.github.chao2zhang.logginglivedata
ArtifactId

ArtifactId

logginglivedata
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

LoggingLiveData
Enforce named arguments usage for callers of a function through a Kotlin Compiler Plugin.
Project URL

Project URL

https://github.com/chao2zhang/LoggingLiveData
Source Code Management

Source Code Management

https://github.com/chao2zhang/LoggingLiveData

Download logginglivedata

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.31
com.android.tools.build : gradle-api jar 4.1.3
org.ow2.asm : asm jar 9.1

Project Modules

There are no modules declared in this project.

LiveDataDebugger

Maven Central

The gradle plugin to make LiveData universally debuggable through bytecode transformation. Execution of LiveData.considerNotify(), LiveData.setValue() and LiveData.postValue() will be logged through logcat with info level and tag LiveData.

Usage

apply plugin: 'io.github.chao2zhang.livedatadebugger'

Once applied, additional logs will be tracked in logcat: Logcat

How it works

Checkout this blog post

Versions

Version
0.0.2
0.0.1