Skip to content

✍️ Kotlin logger, that can work with Flow. By default, the library uses console logging, but you can set your own way of logging.

Notifications You must be signed in to change notification settings

m-sidorenko/logger

Repository files navigation

logger ✍️

Kotlin logger, that can work with Flow. By default, the library uses console logging, but you can set your own way of logging.

  • You can find a usage example in the file example.kt

  • The library allows you to work with custom loggers:

    You need to implement the Loggable interface, and then pass the object of the created class to the setLogger(logger: Loggable) method

About

✍️ Kotlin logger, that can work with Flow. By default, the library uses console logging, but you can set your own way of logging.

Topics

Resources

Stars

Watchers

Forks

Languages