JetBrains-Research / viktor

Efficient f64-only ndarray in Kotlin
MIT License
125 stars 6 forks source link

Replace log4j with slf4j #28

Closed dievsky closed 4 years ago

dievsky commented 4 years ago

See #27 for motivation.

SLF4J FAQ posits: "[...] libraries and other embedded components should consider SLF4J for their logging needs because libraries cannot afford to impose their choice of logging framework on the end-user." That sounds reasonable.