01
Structured Logging in Swift with Logger and os_log
SwiftLoggingDebugging
print is fine for scratch work, but production apps need categories, levels, and privacy redaction. Here is how the Logger API from the os module gives you all of that without much ceremony.
READ_ARTICLE