Skip to content

aSoft-Ltd/lexi

Repository files navigation

Lexi

A Multiplatform logging library

Maven Kotlin Android Java Swift iOS JavaScript TypeScript

Setup: Gradle

dependencies {
    // if you need it in common code
    implementation("tz.co.asoft:lexi-api:unspecified")

    // if you want to write logs to the console
    implementation("tz.co.asoft:lexi-console:unspecified")
    
    // if you want to write logs to your file
    implementation("tz.co.asoft:lexi-file:unspecified")
    
    // if you want to test writing logs on android
    implementation("tz.co.asoft:lexi-test-android:unspecified")
}

Api Reference

The full api reference of kevlar can be found at https://asoft-ltd.github.io/kevlar

Support

There are multiple ways you can support this project

Star It

If you found it useful, just give it a star

Contribute

You can help by submitting pull request to available open tickets on the issues section

Report Issues

This makes it easier to catch bugs and offer enhancements required

Credits

About

A Multiplatform logging library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages