Skip to content

dinhthaidaica/TLogger

Repository files navigation

TLogger

A better solution for logging in Android and Java Projects

1. Usage and Output: See java part for detail information

Use TLog in Java

Implement in Kotlin

Output in Java

Implement in Kotlin

Use TLog in Kotlin & output

Implement in Kotlin

Implement in Kotlin

2. How to import to your project

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency

	dependencies {
	        implementation 'com.github.dinhthaidaica:TLogger:v1.0'
	}

3. Customize

About

A better logging solution for Android Project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages