seems I need to use logback appenders, so this microutils should work for that?
c
Czar
01/25/2019, 3:37 PM
yup, it's just kotlin sugar around slf4j, so it will definitely work for you. In fact I have that setup in our applications at work.
s
serebit
01/25/2019, 4:00 PM
I’m working on a standalone logger at https://gitlab.com/serebit/logkat, but the syntax is going to change significantly with the next update
d
Dalinar
01/25/2019, 4:26 PM
I'm not entirely sure if I want to use logback or log4j2, however - I want to get started on this soon - so it's pretty easy to switch between them later if I need to right?
c
Czar
01/25/2019, 4:53 PM
yes, if you don't use them directly but a universal API, like Slf4J. But at this point discussion becomes off-topic 🙂