I\'m trying to log function arguments into os_log like this:
os_log
func foo(x: String, y: [String:String]) { //... os_log(\"foo: \\(x) \\(y.de
This is my approach:
import Foundation import os.log struct Log { enum LogLevel: String { case error = "⛔️" case warning = "⚠️" case debug = "