I haven't tried to use Kermit from Swift code in o...
# touchlab-tools
t
I haven't tried to use Kermit from Swift code in over a year. I've never used it with my current project. I remember you used to be able to call it with log.i { "hello world" }, but now it seems that I must specify the arguments like "i(messageStringthrowabletag:)"? Am I missing a configuration setting or something?
j
Try adding and exporting the
co.touchlab:kermit-simple
dependency. See this issue.
t
Thanks!
👍 1