How do one configure logging? I just want an objec...
# ktor
f
How do one configure logging? I just want an object that I can call and output an
ERROR
or
INFO
basically, how would one do that?
Logger.error(blabla)