Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 469 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 469 Bytes

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