Yeah Im reading up on that now, it has very extens...
# ktor
f
Yeah Im reading up on that now, it has very extensive documentation. I guess I would need some object at least, logging works currently but I just want to output stuff myself, will try and read up more, was just thinking if there was some simple snippet available or something since just outputting stuff to the log with the correct flags must be something quite common
o
<http://call.application.log.info|call.application.log.info>("sdfsdf")
, doesn’t look complex to me
f
Oh missed this response. I register a logger through sl4j now and call on that object. I want to be able to log anywhere in the application.