Resusable kotlin function can help logging easier
git clone https://github.com/LilyPadTeam/EzLog.git
or copy source code in src/main.kt.
After adding this library source code to your project. Import it:
import com.lpteam.ezLog.*Call functions with values:
logInfo("starting app...")
// or other function existing on source codeNote
This repository for people who know how to use kotlin
DO NOT open any issue about why you can't use it.
logInfo("ur message")logError("msg")logNotice("msg")logDebug("msg")logWarn("msg")customPrefixLog("prefix", "msg")
More!