astree

An Timber log tree, support log to code navigation.

Лицензия

Лицензия

Группа

Группа

io.github.z2058550226
Идентификатор

Идентификатор

astree
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

astree
An Timber log tree, support log to code navigation.
Ссылка на сайт

Ссылка на сайт

https://github.com/z2058550226/AndroidStudioTimber
Система контроля версий

Система контроля версий

https://github.com/z2058550226/AndroidStudioTimber

Скачать astree

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.z2058550226/astree/ -->
<dependency>
    <groupId>io.github.z2058550226</groupId>
    <artifactId>astree</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.z2058550226/astree/
implementation 'io.github.z2058550226:astree:1.0.1'
// https://jarcasting.com/artifacts/io.github.z2058550226/astree/
implementation ("io.github.z2058550226:astree:1.0.1")
'io.github.z2058550226:astree:aar:1.0.1'
<dependency org="io.github.z2058550226" name="astree" rev="1.0.1">
  <artifact name="astree" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.z2058550226', module='astree', version='1.0.1')
)
libraryDependencies += "io.github.z2058550226" % "astree" % "1.0.1"
[io.github.z2058550226/astree "1.0.1"]

Зависимости

runtime (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.32
com.jakewharton.timber : timber jar 4.7.1

Модули Проекта

Данный проект не имеет модулей.

AndroidStudioTimber

A more useful DebugTree than Timber.DebugTree

This library has only one class named AndroidStudioTree. It add a useful feature that is add a class name prefix to your log. The prefix is clickable like this:

sample

In Application, you can simply replace the DebugTree with AndroidStudioTree like this:

class MyApplication : Application() {
    override fun onCreate() {
        super.onCreate()
        ...
        if (BuildConfig.DEBUG) {
            Timber.plant(AndroidStudioTree()) // orignal is Timber.plant(Timber.DebugTree())
        }
        ...
    }
}

Then you can use Timber with IDE navigation.


For gradle dependency:

implementation 'io.github.z2058550226:astree:1.0.1'

Версии библиотеки

Версия
1.0.1