teogor/ceres

Invalid class extender - `Logger`

zeoflow-dev opened this issue · 2 comments

Currently there are multiple classes that implement or extend the Logger. Even though this adds the option to log($message) from the base class, in case that it is not used it adds a new function to each of its parents.

I would recommend to look into kotlin-extensions

Indeed, that is a problem. This task was added to the icebox in Open-Source Projects

Awesome! Thank you