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
-
You need to implement the
Loggable
interface, and then pass the object of the created class to thesetLogger(logger: Loggable)
method