Skip to content

Repository files navigation

EzLog

Resusable kotlin function can help logging easier

How to use:

1: Clone this repository

git clone https://github.com/LilyPadTeam/EzLog.git

or copy source code in src/main.kt.

2: Add library source code to your code

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 code

Note

This repository for people who know how to use kotlin

DO NOT open any issue about why you can't use it.

Existing function:

  • logInfo("ur message")
  • logError("msg")
  • logNotice("msg")
  • logDebug("msg")
  • logWarn("msg")
  • customPrefixLog("prefix", "msg")

More!

About

Resusable kotlin function can help logging easier

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages