Skip to content

hitesh-dhamshaniya/LinkableLogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N|Solid N!Solid N!Solid N|Solid Download

LinkableLogApp

The power of android logcat, now developer can jump right to the log printed from.

Easy to Intsall

implementation 'com.github.dhl:linkablelog:0.4'

Usage

import androidx.appcompat.app.AppCompatActivity
import kotlinx.android.synthetic.main.activity_main.*
import com.github.dhl.linkablelog.Log


class MainActivity : AppCompatActivity() {

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)

    }

    private fun printSampleLog() {
        Log.d("SimpleLog","Click here to see code")
    }
}

About

🧲 The power of android logcat, now developer can jump right to the log printed from 🧲.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages