Daniel Lyons' Notes

logging in Swift

Swift provides swift-log which is the cross platform open source logging system. This provides the primitives for logging but really you should be using one of the many logging backends which are built on top of swift-log.

Essential Reading

Logging Backends

logging in Swift
Interactive graph
On this page
Essential Reading
Logging Backends