Installation
Just like most library load with Gradle, add line at dependencies
block
will do
For non-Android project,
- Groovy
- Kotlin
build.gradle
build.gradle.kts
We have a dedicated variation for Android proejct:
- Groovy
- Kotlin
build.gradle
build.gradle.kts
The library is available at both Maven Central, so chances are that you don't need to
change the repository
settings in Gradle script.
#
Setup for Android appIHLog can target to different log implementations. It send log to standard
output out of the box. To target Android Log
class, add the following line
to the Application
class of the project