SDK for your Log problem to make easier developing android apps frogo-log is under huge large development
This Is Latest Release
$version_release = development
What's New??
* Development *
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
// library frogo-log
implementation 'com.github.amirisback:frogo-log:development'
// Function Log Debug
FrogoLog.d("Debug")
// Function Log Info
FrogoLog.i("Info")
// Function Log Verbose
FrogoLog.v("Verbose")
// Function Log Warn
FrogoLog.w("Warn")
// Function Log Error
FrogoLog.e("Error")
// Function Log Simple Debug without message params
FrogoLog.d()
// Function Log Simple Debug without message params
fun d()
// Function Log Debug
fun d(msg: String?)
// Function Log Verbose
fun v(msg: String?)
// Function Log Info
fun i(msg: String?)
// Function Log Warn
fun w(msg: String?)
// Function Log Warn
fun w(e: Throwable?)
// Function Log Warn
fun w(e: Exception?)
// Function Log Error
fun e(msg: String?)
For sample code you can see at This
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
- Mail To faisalamircs@gmail.com
- Subject : Github _ [Github-Username-Account] _ [Language] _ [Repository-Name]
- Example : Github_amirisback_kotlin_admob-helper-implementation
Name Of Contribute
- Muhammad Faisal Amir
- Waiting List
- Waiting List
Waiting for your contribute
- Please enjoy and don't forget fork and give a star
- Don't Forget Follow My Github Account